Author: veithen
Date: Mon Mar 15 20:43:52 2010
New Revision: 923427

URL: http://svn.apache.org/viewvc?rev=923427&view=rev
Log:
Reverted temporary log level increase. Unable to reproduce the problem for the 
moment.

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=923427&r1=923426&r2=923427&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 20:43:52 2010
@@ -18,10 +18,10 @@
 #
 
 # Set root category priority to INFO and its only appender to CONSOLE.
-log4j.rootCategory=DEBUG
+#log4j.rootCategory=DEBUG, CONSOLE
 #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
+log4j.appender.SMALL.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n
\ No newline at end of file


Reply via email to