This is an automated email from the ASF dual-hosted git repository. dajac pushed a commit to branch minor-increase-logging in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 2489c1311d85d234f16bde8c5ad2a9cde28aff69 Author: David Jacot <[email protected]> AuthorDate: Fri Sep 13 14:39:41 2024 +0000 MINOR: Increase logging verbosity in Connect integration tests --- connect/runtime/src/test/resources/log4j.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/connect/runtime/src/test/resources/log4j.properties b/connect/runtime/src/test/resources/log4j.properties index c4ca6a2388f..de7180c282a 100644 --- a/connect/runtime/src/test/resources/log4j.properties +++ b/connect/runtime/src/test/resources/log4j.properties @@ -31,3 +31,7 @@ log4j.appender.stdout.layout.ConversionPattern=[%d] %p %X{connector.context}%m ( log4j.logger.kafka=WARN log4j.logger.state.change.logger=OFF log4j.logger.org.apache.kafka.connect=DEBUG + +# Troubleshooting KAFKA-17493. +log4j.logger.org.apache.kafka.consumer=DEBUG +log4j.logger.org.apache.kafka.coordinator.group=DEBUG \ No newline at end of file
