Author: veithen
Date: Mon Mar 15 18:44:17 2010
New Revision: 923385

URL: http://svn.apache.org/viewvc?rev=923385&view=rev
Log:
Temporarily increasing the log level in jaxws-integration in an attempt to 
understand why the execution of a single test sometimes takes up to 500 seconds 
on Hudson.

Modified:
    
axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/log4j.properties

Modified: 
axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/log4j.properties?rev=923385&r1=923384&r2=923385&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/log4j.properties
 (original)
+++ 
axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/log4j.properties
 Mon Mar 15 18:44:17 2010
@@ -18,10 +18,10 @@
 #
 
 # Set root category priority to INFO and its only appender to CONSOLE.
-#log4j.rootCategory=DEBUG, CONSOLE
+log4j.rootCategory=DEBUG
 #log4j.rootCategory=DEBUG, CONSOLE, LOGFILE
 #log4j.rootCategory=DEBUG, LOGFILE
-log4j.rootCategory=ERROR, CONSOLE
+#log4j.rootCategory=ERROR, CONSOLE
 
 # Set selected logging
 # (You might want to do this to cut down on the size of the file)
@@ -58,4 +58,4 @@ log4j.appender.SMALL=org.apache.log4j.Fi
 log4j.appender.SMALL.File=axis2.small.log
 log4j.appender.SMALL.Append=true
 log4j.appender.SMALL.layout=org.apache.log4j.PatternLayout
-log4j.appender.SMALL.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n
\ No newline at end of file
+log4j.appender.SMALL.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n


Reply via email to