jeffkbkim commented on code in PR #17585:
URL: https://github.com/apache/kafka/pull/17585#discussion_r1812977432


##########
tests/kafkatest/services/kafka/templates/log4j.properties:
##########
@@ -136,6 +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.org.apache.kafka.coordinator.group=false
+#Group Coordinator logging.

Review Comment:
   nit: can we add a space after the '#' and in L135 to conform with the other 
comments?



-- 
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]

Reply via email to