remove trace logging to speed up test duration in leveldb replication

This commit is contained in:
gtully 2015-04-23 15:51:16 +01:00
parent c85fa67e1c
commit 610ff0634f
1 changed files with 2 additions and 3 deletions

View File

@ -19,9 +19,8 @@
# The logging properties used during tests..
#
log4j.rootLogger=INFO, console, file
log4j.logger.org.apache.activemq=INFO
log4j.logger.org.apache.activemq.leveldb=TRACE
log4j.logger.org.apache.zookeeper=DEBUG
#log4j.logger.org.apache.activemq.leveldb=TRACE
#log4j.logger.org.apache.zookeeper=DEBUG
# Console will only display warnnings
log4j.appender.console=org.apache.log4j.ConsoleAppender