vy commented on issue #4059: URL: https://github.com/apache/logging-log4j2/issues/4059#issuecomment-4066521058
Those `DEBUG`/`TRACE` lines are emitted by Status Logger to `stderr`. It by defaults emits log events at severity `>=WARN`. I guess you've configured it to a lower severity, and hence seeing them. See [the Status Logger manual] for details on how to configure it. [the Status Logger manual]: https://logging.apache.org/log4j/2.x/manual/status-logger.html -- 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]
