You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by sa...@apache.org on 2009/10/05 17:29:04 UTC

svn commit: r821846 - /webservices/woden/trunk/java/woden-commons/src/test/resources/log4j.properties

Author: sagara
Date: Mon Oct  5 15:29:04 2009
New Revision: 821846

URL: http://svn.apache.org/viewvc?rev=821846&view=rev
Log:
WODEN-71 - add log4j.properties file.

Added:
    webservices/woden/trunk/java/woden-commons/src/test/resources/log4j.properties   (with props)

Added: webservices/woden/trunk/java/woden-commons/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-commons/src/test/resources/log4j.properties?rev=821846&view=auto
==============================================================================
--- webservices/woden/trunk/java/woden-commons/src/test/resources/log4j.properties (added)
+++ webservices/woden/trunk/java/woden-commons/src/test/resources/log4j.properties Mon Oct  5 15:29:04 2009
@@ -0,0 +1,36 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+## 
+## http://www.apache.org/licenses/LICENSE-2.0
+## 
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+# Set root category priority to INFO and its only appender to CONSOLE.
+log4j.rootLogger=INFO, CONSOLE
+#log4j.rootCategory=INFO, CONSOLE, LOGFILE
+
+
+
+# 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=[%p] %m%n
+
+# LOGFILE is set to be a File appender using a PatternLayout.
+log4j.appender.LOGFILE=org.apache.log4j.FileAppender
+log4j.appender.LOGFILE.File=target/woden.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
+
+

Propchange: webservices/woden/trunk/java/woden-commons/src/test/resources/log4j.properties
------------------------------------------------------------------------------
    svn:eol-style = native



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