adoroszlai commented on code in PR #1189: URL: https://github.com/apache/ratis/pull/1189#discussion_r1886191641
########## ratis-examples/src/main/resources/log4j.properties: ########## @@ -16,10 +16,10 @@ log4j.rootLogger=INFO, stdout -log4j.logger.org.apache.ratis.server.impl.RatisServerImpl=DEBUG -log4j.logger.org.apache.ratis.client.RaftClient=DEBUG +log4j.logger.org.apache.ratis.server.impl.RatisServerImpl=INFO +log4j.logger.org.apache.ratis.client.RaftClient=INFO Review Comment: Since root level is INFO, I think these two class-specific settings can be removed. ```suggestion ``` -- 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]
