From 5d9563d95fb09903d13b7135e1136081feb4fc4b Mon Sep 17 00:00:00 2001 From: Ismael Juma Date: Thu, 22 Jun 2017 16:56:06 +0100 Subject: [PATCH] MINOR: Switch ZK client logging to INFO Author: Ismael Juma Reviewers: Jun Rao Closes #3409 from ijuma/tweak-log-config --- config/log4j.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/log4j.properties b/config/log4j.properties index 00d693ea109..0a1ec4f6c1d 100644 --- a/config/log4j.properties +++ b/config/log4j.properties @@ -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