-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Console log is unreadable (white text on white background) if quarkus.log.console.format is set #33541
Comments
Reproduces on Quarkus 3.2.4.Final too. |
Try with |
That works for me. |
I should work from the |
Some of us work with a white background console, others with a dark background console. The |
Thanks Clement. That works well! Changed this issue to ask to set |
Describe the bug
When I set this in my application.properties:
the log messages become invisible in a vanilla (non-darkula) IntelliJ, because they are written in a white font, even when the console background is white.
Expected behavior
Readable log messages
Actual behavior
Unreadable log messages
How to Reproduce?
Set quarkus.log.console.format and use a white background console.
Quarkus version or git rev
3.0.3.Final
Recommended fix
Set
quarkus.log.console.darken=1
by default, especially ifquarkus.log.console.format
is set.The text was updated successfully, but these errors were encountered: