Author: mckierna
Date: Mon Feb 18 07:58:40 2008
New Revision: 628789

URL: http://svn.apache.org/viewvc?rev=628789&view=rev
Log:
Revision 617562 added debug trace into the build. However, this is not a good 
idea since it makes the build take a long time and makes it harder to see if 
unit tests failed.
Really debug should only be enabled when tracing specific problems.

Modified:
    
webservices/sandesha/trunk/java/modules/tests/test-resources/log4j.properties

Modified: 
webservices/sandesha/trunk/java/modules/tests/test-resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/tests/test-resources/log4j.properties?rev=628789&r1=628788&r2=628789&view=diff
==============================================================================
--- 
webservices/sandesha/trunk/java/modules/tests/test-resources/log4j.properties 
(original)
+++ 
webservices/sandesha/trunk/java/modules/tests/test-resources/log4j.properties 
Mon Feb 18 07:58:40 2008
@@ -18,7 +18,8 @@
 #
 
 # Set root category priority to INFO and its only appender to CONSOLE.
-log4j.rootCategory=DEBUG, CONSOLE
+#log4j.rootCategory=DEBUG, CONSOLE
+log4j.rootCategory=INFO, CONSOLE
 
 # CONSOLE is set to be a ConsoleAppender using a PatternLayout.
 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to