ijuma commented on a change in pull request #10184: URL: https://github.com/apache/kafka/pull/10184#discussion_r580781460
########## File path: config/log4j.properties ########## @@ -61,11 +61,11 @@ log4j.appender.authorizerAppender.layout.ConversionPattern=[%d] %p %m (%c)%n log4j.logger.org.apache.zookeeper=INFO # Change the two lines below to adjust the general broker logging level (output to server.log and stdout) -log4j.logger.kafka=INFO -log4j.logger.org.apache.kafka=INFO +log4j.logger.kafka=TRACE +log4j.logger.org.apache.kafka=TRACE # Change to DEBUG or TRACE to enable request logging -log4j.logger.kafka.request.logger=WARN, requestAppender +log4j.logger.kafka.request.logger=TRACE, requestAppender Review comment: Are these accidental? ---------------------------------------------------------------- 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: us...@infra.apache.org