You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/12/30 16:33:26 UTC

svn commit: r360104 - /webservices/axis2/trunk/java/modules/core/conf/log4j.properties

Author: dims
Date: Fri Dec 30 07:33:24 2005
New Revision: 360104

URL: http://svn.apache.org/viewcvs?rev=360104&view=rev
Log:
fix jalopy junk output


Modified:
    webservices/axis2/trunk/java/modules/core/conf/log4j.properties

Modified: webservices/axis2/trunk/java/modules/core/conf/log4j.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/conf/log4j.properties?rev=360104&r1=360103&r2=360104&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/conf/log4j.properties (original)
+++ webservices/axis2/trunk/java/modules/core/conf/log4j.properties Fri Dec 30 07:33:24 2005
@@ -4,6 +4,7 @@
 
 # Set the enterprise logger category to FATAL and its only appender to CONSOLE.
 log4j.logger.org.apache.axis2.enterprise=FATAL, CONSOLE
+log4j.logger.de.hunsicker.jalopy.io=FATAL, CONSOLE
 
 # CONSOLE is set to be a ConsoleAppender using a PatternLayout.
 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender