Skip to content

Commit 4d26f51

Browse files
committed
Sample log config hides warnings, we don't
1 parent e549959 commit 4d26f51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

avro-tools/avro-tools-config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ data:
3232
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
3333
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n
3434
35-
log4j.logger.kafka=ERROR, stdout
36-
log4j.logger.org.apache.zookeeper=ERROR, stdout
37-
log4j.logger.org.apache.kafka=ERROR, stdout
38-
log4j.logger.org.I0Itec.zkclient=ERROR, stdout
35+
log4j.logger.kafka=WARN, stdout
36+
log4j.logger.org.apache.zookeeper=WARN, stdout
37+
log4j.logger.org.apache.kafka=WARN, stdout
38+
log4j.logger.org.I0Itec.zkclient=WARN, stdout
3939
log4j.additivity.kafka.server=false
4040
log4j.additivity.kafka.consumer.ZookeeperConsumerConnector=false
4141

0 commit comments

Comments
 (0)