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:
Hiram R. Chirino 2006-04-28 21:26:22 +00:00
parent 653a7791f7
commit 794e8d7880
1 changed files with 2 additions and 2 deletions

View File

@ -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