MINOR: Increase logging verbosity in Connect integration tests (#17189)

This patch increases the verbosity of the logging in Connect's integration tests. This is to better understand the causes of the flaky tests described in KAFKA-17493.

Reviewers: Chris Egerton <chrise@aiven.io>
This commit is contained in:
David Jacot 2024-09-14 09:04:46 +02:00 committed by GitHub
parent d7a456ed5d
commit 70f7418660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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