You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by kw...@apache.org on 2006/09/22 01:13:08 UTC

svn commit: r448733 - /incubator/tuscany/java/samples/das/companyweb/src/main/resources/log4j.properties

Author: kwilliams
Date: Thu Sep 21 16:13:07 2006
New Revision: 448733

URL: http://svn.apache.org/viewvc?view=rev&rev=448733
Log:
Luciano's addition of log4j properties

Added:
    incubator/tuscany/java/samples/das/companyweb/src/main/resources/log4j.properties   (with props)

Added: incubator/tuscany/java/samples/das/companyweb/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/das/companyweb/src/main/resources/log4j.properties?view=auto&rev=448733
==============================================================================
--- incubator/tuscany/java/samples/das/companyweb/src/main/resources/log4j.properties (added)
+++ incubator/tuscany/java/samples/das/companyweb/src/main/resources/log4j.properties Thu Sep 21 16:13:07 2006
@@ -0,0 +1,12 @@
+# Set root logger level to DEBUG and its only appender to A1.
+log4j.rootLogger=INFO, A1
+
+# A1 is set to be a ConsoleAppender.
+log4j.appender.A1=org.apache.log4j.ConsoleAppender
+
+# A1 uses PatternLayout.
+log4j.appender.A1.layout=org.apache.log4j.PatternLayout
+log4j.appender.A1.layout.ConversionPattern=[DAS RDB] - %c{1}.%M (%L) : %m %n
+
+# Print only messages of level WARN or above in the package com.foo.
+log4j.logger.org.apache.tuscany=NONE
\ No newline at end of file

Propchange: incubator/tuscany/java/samples/das/companyweb/src/main/resources/log4j.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/samples/das/companyweb/src/main/resources/log4j.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date



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