ppkarwasz opened a new pull request, #2481: URL: https://github.com/apache/logging-log4j2/pull/2481
The Log4j system property `log4j2.defaultStatusLevel` has almost the same purpose as the `log4j2.statusLoggerLevel`: * the `log4j2.statusLoggerLevel` property sets the level of the fallback status logger listener **before** a configuration is parsed, * the `log4j2.defaultStatusLevel` property sets the level of the fallback status logger listener **after** a configuration is parsed (unless the configuration has a `status` attribute). Removing one of them makes `-Dlog4j2.statusLoggerLevel=WARN` a viable less verbose alternative to `-Dlog4j2.debug`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
