Skip to content

Commit

Permalink
Stops logs from growing when zookeeper is idle
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jul 27, 2017
1 parent 082f57a commit b848f85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zookeeper/10zookeeper-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ data:
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c)%n
# Suppress connection log messages, three lines per livenessProbe execution
log4j.logger.org.apache.zookeeper.server.NIOServerCnxnFactory=WARN
log4j.logger.org.apache.zookeeper.server.NIOServerCnxn=WARN

0 comments on commit b848f85

Please sign in to comment.