You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2009/11/19 21:46:19 UTC

svn commit: r882290 - /incubator/uima/uima-as/trunk/uima-as-distr/src/main/config/log4j.properties

Author: cwiklik
Date: Thu Nov 19 20:46:19 2009
New Revision: 882290

URL: http://svn.apache.org/viewvc?rev=882290&view=rev
Log:
UIMA-1649 Reduced debug level to WARN since it was producing excessive logging when a broker is not available. Also, changed the location of a log4j log file to current directory.

Modified:
    incubator/uima/uima-as/trunk/uima-as-distr/src/main/config/log4j.properties

Modified: incubator/uima/uima-as/trunk/uima-as-distr/src/main/config/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uima-as-distr/src/main/config/log4j.properties?rev=882290&r1=882289&r2=882290&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uima-as-distr/src/main/config/log4j.properties (original)
+++ incubator/uima/uima-as/trunk/uima-as-distr/src/main/config/log4j.properties Thu Nov 19 20:46:19 2009
@@ -18,7 +18,7 @@
 #
 # 
 #
-log4j.rootLogger=INFO, stdout, out
+log4j.rootLogger=WARN, out
 log4j.logger.org.apache.activemq.spring=WARN
 log4j.logger.org.springframework=WARN
 log4j.logger.org.apache.xbean.spring=WARN
@@ -36,7 +36,7 @@
 
 # File appender
 log4j.appender.out=org.apache.log4j.RollingFileAppender
-log4j.appender.out.file=${activemq.base}/activemq-data/activemq.log
+log4j.appender.out.file=activemq.log
 log4j.appender.out.maxFileSize=1024KB
 log4j.appender.out.maxBackupIndex=5
 log4j.appender.out.append=true