You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/10/04 19:02:00 UTC

[3/5] git commit: Disable test debug logging.

Disable test debug logging.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/163914db
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/163914db
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/163914db

Branch: refs/heads/master
Commit: 163914db9b0d485d46f8c5c456b592fcbcde2c46
Parents: bd3907c
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Oct 4 11:54:16 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Oct 4 11:54:16 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/163914db/log4j-jcl/src/test/resources/log4j-test1.xml
----------------------------------------------------------------------
diff --git a/log4j-jcl/src/test/resources/log4j-test1.xml b/log4j-jcl/src/test/resources/log4j-test1.xml
index c330af6..82929f3 100644
--- a/log4j-jcl/src/test/resources/log4j-test1.xml
+++ b/log4j-jcl/src/test/resources/log4j-test1.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="debug" name="LoggerTest">
+<Configuration status="OFF" name="LoggerTest">
   <properties>
     <property name="filename">target/test.log</property>
   </properties>