Author: ppitonak(a)redhat.com
Date: 2010-09-13 08:11:08 -0400 (Mon, 13 Sep 2010)
New Revision: 19169
Modified:
modules/tests/metamer/trunk/application/src/main/resources/log4j.properties
Log:
* reverting logging level back to info
Modified: modules/tests/metamer/trunk/application/src/main/resources/log4j.properties
===================================================================
--- modules/tests/metamer/trunk/application/src/main/resources/log4j.properties 2010-09-13
12:10:27 UTC (rev 19168)
+++ modules/tests/metamer/trunk/application/src/main/resources/log4j.properties 2010-09-13
12:11:08 UTC (rev 19169)
@@ -1,5 +1,5 @@
#### Use two appenders, one to log to console, another to log to a file
-log4j.rootCategory=debug, stdout
+log4j.rootCategory=info, stdout
#### First appender writes to console
log4j.appender.stdout=org.apache.log4j.ConsoleAppender