You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by th...@apache.org on 2007/02/14 11:55:39 UTC

svn commit: r507482 - in /webservices/kandula/trunk/java/logging: ./ commons-logging.properties log4j.properties

Author: thilina
Date: Wed Feb 14 02:55:37 2007
New Revision: 507482

URL: http://svn.apache.org/viewvc?view=rev&rev=507482
Log:
Adding the logging files for convenience


Added:
    webservices/kandula/trunk/java/logging/
    webservices/kandula/trunk/java/logging/commons-logging.properties
    webservices/kandula/trunk/java/logging/log4j.properties

Added: webservices/kandula/trunk/java/logging/commons-logging.properties
URL: http://svn.apache.org/viewvc/webservices/kandula/trunk/java/logging/commons-logging.properties?view=auto&rev=507482
==============================================================================
--- webservices/kandula/trunk/java/logging/commons-logging.properties (added)
+++ webservices/kandula/trunk/java/logging/commons-logging.properties Wed Feb 14 02:55:37 2007
@@ -0,0 +1,11 @@
+# This is the logging properties that goes to the war, there are two logging conf kept at the 
+# svn, one for developement (one at src/test-resources) and other for producation
+ 
+# Uncomment the next line to disable all logging.
+#org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
+
+# Uncomment the next line to enable the simple log based logging
+#org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
+
+# Uncomment the next line to enable log4j based logging
+#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger

Added: webservices/kandula/trunk/java/logging/log4j.properties
URL: http://svn.apache.org/viewvc/webservices/kandula/trunk/java/logging/log4j.properties?view=auto&rev=507482
==============================================================================
--- webservices/kandula/trunk/java/logging/log4j.properties (added)
+++ webservices/kandula/trunk/java/logging/log4j.properties Wed Feb 14 02:55:37 2007
@@ -0,0 +1,21 @@
+# Set root category priority to INFO and its only appender to CONSOLE.
+log4j.rootCategory=INFO, CONSOLE
+#log4j.rootCategory=INFO, CONSOLE, LOGFILE
+
+# Set the enterprise logger priority to FATAL
+log4j.logger.org.apache.axis2.enterprise=FATAL
+log4j.logger.de.hunsicker.jalopy.io=FATAL
+log4j.logger.httpclient.wire.header=FATAL
+log4j.logger.org.apache.commons.httpclient=FATAL
+
+# CONSOLE is set to be a ConsoleAppender using a PatternLayout.
+log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
+log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
+log4j.appender.CONSOLE.layout.ConversionPattern=%d %-5p %c - %m%n
+
+# LOGFILE is set to be a File appender using a PatternLayout.
+log4j.appender.LOGFILE=org.apache.log4j.FileAppender
+log4j.appender.LOGFILE.File=axis2.log
+log4j.appender.LOGFILE.Append=true
+log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout
+log4j.appender.LOGFILE.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: kandula-dev-help@ws.apache.org