mirror of https://github.com/apache/kafka.git
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:
parent
d7a456ed5d
commit
70f7418660
|
|
@ -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
|
||||
Loading…
Reference in New Issue