lamber-ken edited a comment on pull request #1896: URL: https://github.com/apache/ozone/pull/1896#issuecomment-774645062
👍 seems that we can remove `log4j.threshold=ALL`. `ALL` includes `INFO`, and if using following config properties, `TRACE`, `DEBUG` logs will not console to stdout. ``` log4j.rootLogger=INFO,stdout log4j.threshold=ALL ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
