mirror of https://github.com/apache/activemq.git
Ignore log messages from other software packages by default.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@398018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
653a7791f7
commit
794e8d7880
|
@ -1,9 +1,9 @@
|
|||
#
|
||||
# The logging properties used for eclipse testing, We want to see debug output on the console.
|
||||
#
|
||||
log4j.rootLogger=DEBUG, out
|
||||
log4j.rootLogger=WARN, out
|
||||
|
||||
log4j.logger.org.apache.activemq.spring=WARN
|
||||
log4j.logger.org.apache.activemq=DEBUG
|
||||
|
||||
# CONSOLE appender not used by default
|
||||
log4j.appender.out=org.apache.log4j.ConsoleAppender
|
||||
|
|
Loading…
Reference in New Issue