lucasbru commented on code in PR #17433: URL: https://github.com/apache/kafka/pull/17433#discussion_r1820808722
########## streams/src/test/resources/log4j.properties: ########## @@ -29,6 +29,8 @@ log4j.logger.org.apache.kafka.clients.consumer=INFO log4j.logger.org.apache.kafka.clients.producer=INFO log4j.logger.org.apache.kafka.streams=INFO log4j.logger.org.apache.kafka.coordinator.group=INFO +log4j.logger.org.apache.kafka.clients.consumer.internals.StreamsGroupInitializeRequestManager=INFO +log4j.logger.org.apache.kafka.clients.consumer.internals.StreamsGroupHeartbeatRequestManager=INFO Review Comment: Yes, but I decided to keep them. We do want to show INFO logs of all streams-specific classes in the tests, so it's good to show these two. -- 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]
