frankvicky commented on code in PR #17067:
URL: https://github.com/apache/kafka/pull/17067#discussion_r1739996237
##########
tests/kafkatest/tests/core/transactions_mixed_versions_test.py:
##########
@@ -199,6 +199,7 @@ def test_transactions_mixed_versions(self,
old_kafka_version, metadata_quorum=qu
self.kafka.logs["kafka_data_1"]["collect_default"] = True
self.kafka.logs["kafka_data_2"]["collect_default"] = True
self.kafka.logs["kafka_operational_logs_debug"]["collect_default"] =
False if old_kafka_version == str(LATEST_3_2) else True
+ self.kafka.log_level = "INFO" if old_kafka_version == str(LATEST_3_2)
else "DEBUG"
Review Comment:
Sure
--
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]