Commented out the threshold for the stdout logger, so it will use the global one.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@566477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrian T. Co 2007-08-16 03:28:46 +00:00
parent 90deed42cc
commit 85fc6dd267
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ log4j.logger.org.apache.xbean.spring=WARN
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%-5p %-30.30c{1} - %m%n
log4j.appender.stdout.threshold=INFO
#log4j.appender.stdout.threshold=INFO
# File appender
log4j.appender.out=org.apache.log4j.RollingFileAppender