Skip to content

Commit

Permalink
KAFKA-18240 Remove nonexistent LOG4J_CONFIG from transactional_mess…
Browse files Browse the repository at this point in the history
…age_copier.py (apache#18184)

Reviewers: Ken Huang <[email protected]>, TengYao Chi <[email protected]>, TaiJuWu <[email protected]>, Yung <[email protected]>, Chia-Ping Tsai <[email protected]>
  • Loading branch information
Rancho-7 authored Dec 14, 2024
1 parent 8c1a2ff commit 2966856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kafkatest/services/transactional_message_copier.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _worker(self, idx, node):
# Create and upload log properties
log_config = self.render(get_log4j_config_for_tools(node),
log_file=TransactionalMessageCopier.LOG_FILE)
node.account.create_file(get_log4j_config_for_tools(node).LOG4J_CONFIG, log_config)
node.account.create_file(get_log4j_config_for_tools(node), log_config)
# Configure security
self.security_config = self.kafka.security_config.client_config(node=node)
self.security_config.setup_node(node)
Expand Down

0 comments on commit 2966856

Please sign in to comment.