frankvicky commented on code in PR #17373:
URL: https://github.com/apache/kafka/pull/17373#discussion_r1850570634


##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -874,7 +874,7 @@ def start_node(self, node, timeout_sec=60, **kwargs):
         self.logger.info("kafka.properties:")
         self.logger.info(prop_file)
         node.account.create_file(KafkaService.CONFIG_FILE, prop_file)
-        node.account.create_file(self.LOG4J_CONFIG, 
self.render('log4j.properties', log_dir=KafkaService.OPERATIONAL_LOG_DIR))
+        node.account.create_file(self.LOG4J_CONFIG, 
self.render('log4j2.properties', log_dir=KafkaService.OPERATIONAL_LOG_DIR))

Review Comment:
   It seems that tons of code needs to apply this change.
   I will prepare it asap.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to