dajac commented on code in PR #14524:
URL: https://github.com/apache/kafka/pull/14524#discussion_r1364174604
##########
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")
}}, kafkaDebugAppender
+log4j.additivity.kafka.coordinator.group=false
Review Comment:
You also need to change this one.
##########
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")
}}, kafkaDebugAppender
Review Comment:
You must use `kafkaInfoAppender, kafkaDebugAppender` here.
--
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]