You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/09/03 00:16:30 UTC

svn commit: r267337 - in /directory/shared/ldap/branches/new-codec-integration/common/src/test/resources: ./ log4j.properties

Author: elecharny
Date: Fri Sep  2 15:16:26 2005
New Revision: 267337

URL: http://svn.apache.org/viewcvs?rev=267337&view=rev
Log:
Updated the branch to reflect the modifications in the trunk

Added:
    directory/shared/ldap/branches/new-codec-integration/common/src/test/resources/
    directory/shared/ldap/branches/new-codec-integration/common/src/test/resources/log4j.properties

Added: directory/shared/ldap/branches/new-codec-integration/common/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/new-codec-integration/common/src/test/resources/log4j.properties?rev=267337&view=auto
==============================================================================
--- directory/shared/ldap/branches/new-codec-integration/common/src/test/resources/log4j.properties (added)
+++ directory/shared/ldap/branches/new-codec-integration/common/src/test/resources/log4j.properties Fri Sep  2 15:16:26 2005
@@ -0,0 +1,5 @@
+log4j.rootCategory=INFO, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.layout.ConversionPattern=[%d{HH:mm:ss}] %p [%c] - %m%n