Details
-
Bug
-
Resolution: Done
-
Critical
-
2.2.2.ER3
Description
TD: https://github.com/quarkus-qe/quarkus-test-suite/pull/258
related issues: https://github.com/quarkusio/quarkus/issues/20066
According to the doc
There are two logging level settings: logging level and minimum logging level. The default logging level is INFO, the default minimum logging level is DEBUG. You can adjust both either globally, using the quarkus.log.level and quarkus.log.min-level property, or by category.When you set the logging level below the minimum logging level, you must adjust the minimum logging level as well. Otherwise, the value of minimum logging level overrides the logging level.
However, my impression is that the property `quarkus.log.min-level` is not working at all. The log level is driven by `quarkus.log.level`
Attachments
Issue Links
- duplicates
-
QUARKUS-1156 [GSS](1.11.z) quarkus.log.min-level is not applied to root logger
-
- Closed
-
- relates to
-
QUARKUS-1147 [GSS](1.11.z) quarkus.log.min-level only affects TRACE level categories
-
- Closed
-