Skip to content

Commit

Permalink
more logging for leveldb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gtully committed Jan 8, 2015
1 parent b54606b commit 726bc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activemq-leveldb-store/src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
#
log4j.rootLogger=INFO, console, file
log4j.logger.org.apache.activemq=INFO
log4j.logger.org.apache.activemq.leveldb=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
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d | %-5p | %t | %m%n
log4j.appender.console.threshold=DEBUG
log4j.appender.console.threshold=TRACE

# File appender will contain all info messages
log4j.appender.file=org.apache.log4j.FileAppender
Expand Down

0 comments on commit 726bc97

Please sign in to comment.