Hangleton commented on code in PR #13558: URL: https://github.com/apache/kafka/pull/13558#discussion_r1197760360
########## core/src/test/resources/log4j.properties: ########## @@ -20,7 +20,8 @@ log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n log4j.logger.kafka=WARN log4j.logger.org.apache.kafka=WARN - +log4j.logger.kafka.zk=INFO +log4j.logger.org.apache.zookeeper.server=INFO Review Comment: You are right, we shouldn't change these log levels, that is a rogue change. -- 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]
