mirror of https://github.com/apache/activemq.git
remove trace logging to speed up test duration in leveldb replication
This commit is contained in:
parent
c85fa67e1c
commit
610ff0634f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue