You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2013/03/12 12:11:34 UTC

svn commit: r1455491 - /servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/src/main/resources/log4j.properties

Author: ffang
Date: Tue Mar 12 11:11:33 2013
New Revision: 1455491

URL: http://svn.apache.org/r1455491
Log:
[SMX4-1401]add log4j.properties for cxf-ws-security-osgi

Added:
    servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/src/main/resources/log4j.properties

Added: servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/src/main/resources/log4j.properties?rev=1455491&view=auto
==============================================================================
--- servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/src/main/resources/log4j.properties (added)
+++ servicemix/smx5/trunk/examples/cxf/cxf-ws-security-osgi/src/main/resources/log4j.properties Tue Mar 12 11:11:33 2013
@@ -0,0 +1,8 @@
+# Root logger option
+log4j.rootLogger=INFO, stdout
+
+# Direct log messages to stdout
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.Target=System.out
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n