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 2014/10/23 18:59:11 UTC

[2/5] git commit: Another replacement for the openldap package

Another replacement for the openldap package

Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/c94a97a4
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/c94a97a4
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/c94a97a4

Branch: refs/heads/master
Commit: c94a97a473e487a66715f81a55657d3b89e0d4d5
Parents: abab11e
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Thu Oct 23 10:25:37 2014 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Thu Oct 23 10:25:37 2014 +0200

----------------------------------------------------------------------
 src/test/resources/log4j.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/c94a97a4/src/test/resources/log4j.xml
----------------------------------------------------------------------
diff --git a/src/test/resources/log4j.xml b/src/test/resources/log4j.xml
index b884654..cc535c6 100755
--- a/src/test/resources/log4j.xml
+++ b/src/test/resources/log4j.xml
@@ -36,7 +36,7 @@
     </appender>
 
     <!-- Uncomment to store REST log statements to file:
-        <category name="org.openldap.fortress.rest.RestUtils" class="org.apache.log4j.Logger" additivity="false">
+        <category name="org.apache.directory.fortress.rest.RestUtils" class="org.apache.log4j.Logger" additivity="false">
             <priority value="INFO" class="org.apache.log4j.Level"/>
             <appender-ref ref="file"/>
         </category>