Skip to content

Commit

Permalink
Make ZooKeeper less chatty
Browse files Browse the repository at this point in the history
  • Loading branch information
dszeto committed Mar 13, 2015
1 parent 752b43e commit 6ddf1bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ log4j.appender.file.layout.ConversionPattern=%d %-5p %c [%t] - %m%n
# quiet some packages that are too verbose
log4j.logger.org.elasticsearch=WARN
log4j.logger.org.apache.hadoop=WARN
log4j.logger.org.apache.hadoop.hbase.zookeeper=ERROR
log4j.logger.org.apache.spark=WARN
log4j.logger.org.apache.zookeeper=WARN
log4j.logger.org.apache.zookeeper=ERROR
log4j.logger.org.eclipse.jetty=WARN
log4j.logger.akka=WARN

0 comments on commit 6ddf1bf

Please sign in to comment.