dajac commented on code in PR #14524:
URL: https://github.com/apache/kafka/pull/14524#discussion_r1365682473
##########
tests/kafkatest/services/kafka/templates/log4j.properties:
##########
@@ -136,3 +136,6 @@ log4j.additivity.state.change.logger=false
log4j.logger.kafka.authorizer.logger={{ log_level|default("DEBUG") }},
authorizerInfoAppender, authorizerDebugAppender
log4j.additivity.kafka.authorizer.logger=false
+#New Group Coordinator logging.
+log4j.logger.org.apache.kafka.coordinator.group={{ log_level|default("DEBUG")
}}, kafkaInfoAppender, kafkaDebugAppender
+log4j.additivity.kafka.coordinator.group=false
Review Comment:
Shouldn't we use `org.apache.kafka.coordinator.group` here as well?
--
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]