mirror of
https://github.com/apache/activemq.git
synced 2025-02-18 16:10:45 +00:00
more logging for leveldb tests
This commit is contained in:
parent
b54606b124
commit
726bc97bae
@ -20,14 +20,14 @@
|
|||||||
#
|
#
|
||||||
log4j.rootLogger=INFO, console, file
|
log4j.rootLogger=INFO, console, file
|
||||||
log4j.logger.org.apache.activemq=INFO
|
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
|
log4j.logger.org.apache.zookeeper=DEBUG
|
||||||
|
|
||||||
# Console will only display warnnings
|
# Console will only display warnnings
|
||||||
log4j.appender.console=org.apache.log4j.ConsoleAppender
|
log4j.appender.console=org.apache.log4j.ConsoleAppender
|
||||||
log4j.appender.console.layout=org.apache.log4j.PatternLayout
|
log4j.appender.console.layout=org.apache.log4j.PatternLayout
|
||||||
log4j.appender.console.layout.ConversionPattern=%d | %-5p | %t | %m%n
|
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
|
# File appender will contain all info messages
|
||||||
log4j.appender.file=org.apache.log4j.FileAppender
|
log4j.appender.file=org.apache.log4j.FileAppender
|
||||||
|
Loading…
x
Reference in New Issue
Block a user