You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by je...@apache.org on 2010/04/16 15:53:34 UTC

svn commit: r934872 - /ode/branches/APACHE_ODE_1.X/dao-hibernate/src/test/resources/log4j.properties

Author: jeffyu
Date: Fri Apr 16 13:53:34 2010
New Revision: 934872

URL: http://svn.apache.org/viewvc?rev=934872&view=rev
Log:
* update log level into INFO, too many debug info when running tests.

Modified:
    ode/branches/APACHE_ODE_1.X/dao-hibernate/src/test/resources/log4j.properties

Modified: ode/branches/APACHE_ODE_1.X/dao-hibernate/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/dao-hibernate/src/test/resources/log4j.properties?rev=934872&r1=934871&r2=934872&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/dao-hibernate/src/test/resources/log4j.properties (original)
+++ ode/branches/APACHE_ODE_1.X/dao-hibernate/src/test/resources/log4j.properties Fri Apr 16 13:53:34 2010
@@ -21,7 +21,7 @@
 #
 # The logging properties used during tests..
 #
-log4j.rootLogger=DEBUG, file
+log4j.rootLogger=INFO, file
 #log4j.rootLogger=INFO, file
 
 log4j.appender.file=org.apache.log4j.FileAppender
@@ -29,5 +29,5 @@ log4j.appender.file.File=target/test/tes
 log4j.appender.file.layout=org.apache.log4j.PatternLayout
 log4j.appender.file.layout.ConversionPattern=%d{MM-dd@HH:mm:ss} %-5p (%13F:%L) %3x - %m%n 
 
-log4j.category.org.apache.ode=DEBUG
+log4j.category.org.apache.ode=INFO