MINOR: Switch ZK client logging to INFO

Author: Ismael Juma <ismael@juma.me.uk>

Reviewers: Jun Rao <junrao@gmail.com>

Closes #3409 from ijuma/tweak-log-config

(cherry picked from commit 5d9563d95f)
Signed-off-by: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
Ismael Juma 2017-06-22 16:56:06 +01:00
parent b082d5d600
commit 6eaffecfc9
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ log4j.appender.authorizerAppender.File=${kafka.logs.dir}/kafka-authorizer.log
log4j.appender.authorizerAppender.layout=org.apache.log4j.PatternLayout
log4j.appender.authorizerAppender.layout.ConversionPattern=[%d] %p %m (%c)%n
# ZkClient is verbose, so set it to WARN by default
log4j.logger.org.I0Itec.zkclient.ZkClient=WARN
log4j.logger.org.apache.zookeeper=WARN
# Change the two lines below to adjust ZK client logging
log4j.logger.org.I0Itec.zkclient.ZkClient=INFO
log4j.logger.org.apache.zookeeper=INFO
# Change the two lines below to adjust the general broker logging level (output to server.log and stdout)
log4j.logger.kafka=INFO