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/04/15 08:50:52 UTC

svn commit: r1587451 - in /logging/log4j/log4j2/trunk/log4j-core/src/test/resources: ./ bad/ org/apache/logging/log4j/core/appender/db/jdbc/ org/apache/logging/log4j/core/appender/db/jpa/

Author: mattsicker
Date: Tue Apr 15 06:50:51 2014
New Revision: 1587451

URL: http://svn.apache.org/r1587451
Log:
Reduce build log spam.

  - Set status="OFF" for all tests.
  - Please re-enable any statuses that may be useful still for testing.

Modified:
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/AsyncLoggerConfigTest2.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/FlumeFuncTest.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/JSONCompleteFileAppenderTest.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/XmlCompactFileAppenderTest.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilename.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilterparam.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badlayout.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-loggers.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-nofilter.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-status.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j+config+with+plus+characters.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-Level.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-advertiser.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch-no-location.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-burst.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-customLevel.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-date.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-failover.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-filetest.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue-failover.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmstopic-failover.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-loggerprops.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-reference-level.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-replace.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rewrite.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-gz.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-zip.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling2.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling3.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling4.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rootthrowablefilter.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing-by-jndi.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing3.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket2.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-strict1.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-style.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test1.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test2.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test3.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-threaded.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwable.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwablefilter.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-webvar.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-xinclude.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-180.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-272.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-319.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-calling-class.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-config.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-ansi.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-dynamicfilter.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-mapfilter.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf-filter.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf2.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-sdfilter.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-data-source.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-h2-factory-method.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-hsqldb-factory-method.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-base.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-basic.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-base.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-basic.xml
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/xml-events.xml

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/AsyncLoggerConfigTest2.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/AsyncLoggerConfigTest2.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/AsyncLoggerConfigTest2.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/AsyncLoggerConfigTest2.xml Tue Apr 15 06:50:51 2014
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="TRACE">
+<Configuration status="OFF">
   <Appenders>
     <File name="File" 
           fileName="target/AsyncLoggerConfigTest2.log" 

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/FlumeFuncTest.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/FlumeFuncTest.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/FlumeFuncTest.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/FlumeFuncTest.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="error" name="Flume">
+<Configuration status="OFF" name="Flume">
   <MarkerFilter marker="EVENT" onMatch="ACCEPT" onMisMatch="NEUTRAL"/>
   <Appenders>
     <Flume name="eventLogger" ignoreExceptions="false" mdcPrefix="." compress="true">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/JSONCompleteFileAppenderTest.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/JSONCompleteFileAppenderTest.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/JSONCompleteFileAppenderTest.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/JSONCompleteFileAppenderTest.xml Tue Apr 15 06:50:51 2014
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="WARN">
+<Configuration status="OFF">
   <Appenders>
     <File name="XmlFile" fileName="target/JSONCompleteFileAppenderTest.log" immediateFlush="true" append="false">
       <JSONLayout complete="true" charset="UTF-8"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/XmlCompactFileAppenderTest.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/XmlCompactFileAppenderTest.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/XmlCompactFileAppenderTest.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/XmlCompactFileAppenderTest.xml Tue Apr 15 06:50:51 2014
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="ERROR">
+<Configuration status="OFF">
   <Appenders>
     <File name="XmlFile" fileName="target/XmlCompactFileAppenderTest.log" immediateFlush="false" append="false">
       <XMLLayout complete="true" compact="true" charset="UTF-8"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilename.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilename.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilename.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilename.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
 
 
   <Appenders>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilterparam.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilterparam.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilterparam.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badfilterparam.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badlayout.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badlayout.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badlayout.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-badlayout.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-loggers.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-loggers.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-loggers.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-loggers.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-nofilter.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-nofilter.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-nofilter.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-nofilter.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-status.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-status.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-status.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/bad/log4j-status.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warning" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j+config+with+plus+characters.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j%2Bconfig%2Bwith%2Bplus%2Bcharacters.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j+config+with+plus+characters.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j+config+with+plus+characters.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="ERROR" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
 
   <Appenders>
     <List name="List">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-Level.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-Level.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-Level.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-Level.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-advertiser.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-advertiser.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-advertiser.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-advertiser.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="debug" dest="target/status.log" name="XMLConfigTest"
+<Configuration status="OFF" dest="target/status.log" name="XMLConfigTest"
                advertiser="memory">
   <ThresholdFilter level="debug"/>
 

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch-no-location.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch-no-location.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch-no-location.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch-no-location.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="error" name="RoutingTest">
+<Configuration status="OFF" name="RoutingTest">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-asynch.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="error" name="RoutingTest">
+<Configuration status="OFF" name="RoutingTest">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-burst.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-burst.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-burst.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-burst.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="BurstTest">
+<Configuration status="OFF" name="BurstTest">
   <Appenders>
     <List name="ListAppender">
       <PatternLayout pattern="%-5p %d{dd-MMM-yyyy HH:mm:ss} %t %m%n"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-customLevel.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-customLevel.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-customLevel.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-customLevel.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-date.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-date.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-date.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-date.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
 
   <Appenders>
     <File name="File" fileName="target/${date:yyyy-MM-dd HHmmss}.log" bufferedIO="false">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-failover.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-failover.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-failover.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-failover.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="error" name="FailoverTest">
+<Configuration status="OFF" name="FailoverTest">
   <Appenders>
     <AlwaysFail name="Fail" />
     <FailOnce name="Once"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-filetest.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-filetest.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-filetest.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-filetest.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="debug" dest="target/status.log" name="XMLConfigTest">
+<Configuration status="OFF" dest="target/status.log" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue-failover.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue-failover.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue-failover.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue-failover.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="error" name="FailoverTest">
+<Configuration status="OFF" name="FailoverTest">
   <Appenders>
     <List name="List"/>
     <JMSQueue name="Log4j2Queue" queueBindingName="Log4j2Queue" factoryBindingName="QueueConnectionFactory"

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmsqueue.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration name="ConfigTest" status="debug" monitorInterval="5">
+<Configuration name="ConfigTest" status="OFF" monitorInterval="5">
   <Appenders>
     <JMSQueue name="JMSQueue" factoryBindingName="TestQueueConnectionFactory" queueBindingName="TestQueue">
       <PatternLayout pattern="%m%n"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmstopic-failover.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmstopic-failover.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmstopic-failover.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-jmstopic-failover.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="error" name="FailoverTest">
+<Configuration status="OFF" name="FailoverTest">
   <Appenders>
     <List name="List"/>
     <JMSTopic name="Log4j2Topic" topicBindingName="Log4j2Topic" factoryBindingName="TopicConnectionFactory"

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-loggerprops.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-loggerprops.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-loggerprops.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-loggerprops.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<Configuration status="error" strict="false" name="DSI">
+<Configuration status="OFF" strict="false" name="DSI">
   <Appenders>
     <List name="List">
       <PatternLayout pattern="[%-5level] %c{1.} user=%X{user} test=%X{test} %msg%n" />

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-reference-level.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-reference-level.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-reference-level.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-reference-level.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Appenders>
     <Console name="STDOUT">
       <PatternLayout pattern="%m%n"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-replace.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-replace.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-replace.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-replace.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="error" name="RegexReplacementTest">
+<Configuration status="OFF" name="RegexReplacementTest">
   <Appenders>
     <List name="List">
        <PatternLayout>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rewrite.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rewrite.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rewrite.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rewrite.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="error" name="RoutingTest">
+<Configuration status="OFF" name="RoutingTest">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-gz.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-gz.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-gz.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-gz.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/rolling1/rollingtest.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-zip.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-zip.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-zip.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling-zip.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/rolling1/rollingtest.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling2.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling2.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling2.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling2.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/rolling2/rollingtest.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling3.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling3.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling3.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling3.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/rolling3/rollingtest.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling4.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling4.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling4.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rolling4.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/rolling4/rollingtest.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rootthrowablefilter.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rootthrowablefilter.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rootthrowablefilter.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-rootthrowablefilter.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filters">org.junit,org.apache.maven,sun.reflect,java.lang.reflect</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing-by-jndi.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing-by-jndi.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing-by-jndi.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing-by-jndi.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="debug" name="RoutingByJndiTest">
+<Configuration status="OFF" name="RoutingByJndiTest">
 
   <ThresholdFilter level="debug"/>
 

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="debug" name="RoutingTest">
+<Configuration status="OFF" name="RoutingTest">
   <Properties>
     <Property name="filename">target/routing1/routingtest-$${sd:type}.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing3.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing3.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing3.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-routing3.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="debug" name="RoutingTest">
+<Configuration status="OFF" name="RoutingTest">
   <Properties>
     <Property name="filename">target/routing1/routingtest.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<Configuration status="warn" name="MyApp">
+<Configuration status="OFF" name="MyApp">
 	<Appenders>
 		<Socket name="socket" host="localhost" port="5514" protocol="TCP" ignoreExceptions="false"
 				reconnectionDelay="100">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket2.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket2.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket2.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-socket2.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<Configuration status="debug" name="MyApp">
+<Configuration status="OFF" name="MyApp">
   <Appenders>
     <Socket name="socket" host="localhost" port="5514" protocol="TCP" ignoreExceptions="false"
         reconnectionDelay="0">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-strict1.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-strict1.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-strict1.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-strict1.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="debug" strict="true" name="XMLConfigTest">
+<Configuration status="OFF" strict="true" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-style.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-style.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-style.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-style.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="error" name="StyleTest">
+<Configuration status="OFF" name="StyleTest">
   <Appenders>
     <List name="List">
        <PatternLayout>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test1.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test1.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test1.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test1.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test2.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test2.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test2.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test2.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="ERROR" name="XMLConfigTest" monitorInterval="5">
+<Configuration status="OFF" name="XMLConfigTest" monitorInterval="5">
   <Appenders>
     <RollingFile name="HostFile" fileName="target/${hostName}.log" filePattern="target/${hostName}-%d{MM-dd-yyyy}-%i.log">
       <PatternLayout>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test3.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test3.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test3.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-test3.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="ERROR" name="XMLConfigTest" monitorInterval="5" shutdownHook="disable">
+<Configuration status="OFF" name="XMLConfigTest" monitorInterval="5" shutdownHook="disable">
   <Appenders>
     <Console name="STDOUT">
       <PatternLayout pattern="%m MDC%X%n"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-threaded.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-threaded.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-threaded.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-threaded.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
 
   <Appenders>
     <File name="File" fileName="target/threaded/test.log" bufferedIO="false">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwable.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwable.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwable.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwable.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filters">org.junit,org.apache.maven,sun.reflect,java.lang.reflect</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwablefilter.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwablefilter.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwablefilter.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-throwablefilter.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="warn" name="XMLConfigTest">
+<Configuration status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filters">org.junit,org.apache.maven,sun.reflect,java.lang.reflect</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-webvar.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-webvar.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-webvar.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-webvar.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<Configuration status="WARN">
+<Configuration status="OFF">
   <Appenders>
     <File name="file" fileName="${web:initParam.myapp.logdir}/myapp.log" append="true">
       <PatternLayout pattern="%d [%t] %-5p %c - %m%n"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-xinclude.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-xinclude.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-xinclude.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-xinclude.xml Tue Apr 15 06:50:51 2014
@@ -17,7 +17,7 @@
 
 -->
 <Configuration xmlns:xi="http://www.w3.org/2001/XInclude"
-  status="warn" name="XMLConfigTest">
+  status="OFF" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-180.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-180.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-180.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-180.xml Tue Apr 15 06:50:51 2014
@@ -17,7 +17,7 @@
 
 -->
 <!-- https://issues.apache.org/jira/browse/LOG4J2-180 -->
-<Configuration status="INFO">
+<Configuration status="OFF">
   <Appenders>
     <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout pattern="%d{ABSOLUTE} %-5level # %class.%method %m %style{%ex{1}}{green}%n" />

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-272.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-272.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-272.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-272.xml Tue Apr 15 06:50:51 2014
@@ -17,7 +17,7 @@
 
 -->
 <!-- https://issues.apache.org/jira/browse/LOG4J2-180 -->
-<Configuration status="INFO">
+<Configuration status="OFF">
   <Appenders>
     <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout pattern="%highlight{%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n}{FATAL=bright red, ERROR=red, WARN=yellow, INFO=blue, DEBUG=green, TRACE=bright blue}" />

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-319.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-319.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-319.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-319.xml Tue Apr 15 06:50:51 2014
@@ -17,7 +17,7 @@
 
 -->
 <!-- https://issues.apache.org/jira/browse/LOG4J2-180 -->
-<Configuration status="INFO">
+<Configuration status="OFF">
   <Appenders>
     <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout pattern="%d{ISO8601} %highlight{[%t] %-5level: %msg%n%throwable}" />

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-calling-class.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-calling-class.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-calling-class.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-calling-class.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration name="CallerInformationTest" status="error">
+<Configuration name="CallerInformationTest" status="OFF">
   <Appenders>
     <List name="Class">
       <PatternLayout pattern="%class"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-config.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-config.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-config.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-config.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration name="ConfigTest" status="error" monitorInterval="5">
+<Configuration name="ConfigTest" status="OFF" monitorInterval="5">
   <Appenders>
     <Console name="STDOUT">
       <PatternLayout pattern="%m%n"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-ansi.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-ansi.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-ansi.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-ansi.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
   limitations under the License.
 
 -->
-<Configuration status="INFO">
+<Configuration status="OFF">
   <Appenders>
     <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout pattern="%style{%d{ISO8601}}{black} %style{[%t]}{blue} %style{%-5level:}{yellow} %style{%msg%n%throwable}{green}" />

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-console-style-no-ansi.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
   limitations under the License.
 
 -->
-<Configuration status="INFO">
+<Configuration status="OFF">
   <Appenders>
     <Console name="Console" target="SYSTEM_OUT">
       <PatternLayout noConsoleNoAnsi="true"

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-dynamicfilter.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-dynamicfilter.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-dynamicfilter.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-dynamicfilter.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration name="ConfigTest" status="error">
+<Configuration name="ConfigTest" status="OFF">
   <DynamicThresholdFilter key="loginId" defaultThreshold="ERROR" onMatch="ACCEPT" onMismatch="NEUTRAL">
     <KeyValuePair key="User1" value="DEBUG"/>
   </DynamicThresholdFilter>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-mapfilter.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-mapfilter.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-mapfilter.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-mapfilter.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration name="ConfigTest" status="error">
+<Configuration name="ConfigTest" status="OFF">
   <MapFilter onMatch="ACCEPT" onMismatch="NEUTRAL" operator="or">
     <KeyValuePair key="eventId" value="Login"/>
     <KeyValuePair key="eventId" value="Logout"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf-filter.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf-filter.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf-filter.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf-filter.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration name="XMLPerfTest" status="error">
+<Configuration name="XMLPerfTest" status="OFF">
   <!-- <MarkerFilter marker="LOG4J" onMismatch="NEUTRAL"/> -->
   <ThreadContextMapFilter onMismatch="NEUTRAL">
       <KeyValuePair key="LOG4J" value="test"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration name="XMLPerfTest" status="error">
+<Configuration name="XMLPerfTest" status="OFF">
   <Appenders>
     <File name="TestLogfile" fileName="target/testlog4j2.log" immediateFlush="false">
       <PatternLayout>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf2.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf2.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf2.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-perf2.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration name="XMLPerfTest" status="error">
+<Configuration name="XMLPerfTest" status="OFF">
   <Appenders>
     <File name="TestLogfile" fileName="target/testlog4j2.log" immediateFlush="false">
       <PatternLayout>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-sdfilter.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-sdfilter.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-sdfilter.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j2-sdfilter.xml Tue Apr 15 06:50:51 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration name="ConfigTest" status="error">
+<Configuration name="ConfigTest" status="OFF">
   <StructuredDataFilter onMatch="ACCEPT" onMismatch="NEUTRAL" operator="or">
     <KeyValuePair key="eventId" value="Login"/>
     <KeyValuePair key="eventId" value="Logout"/>

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-data-source.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-data-source.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-data-source.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-data-source.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<Configuration status="debug">
+<Configuration status="OFF">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-h2-factory-method.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-h2-factory-method.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-h2-factory-method.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-h2-factory-method.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<Configuration status="debug">
+<Configuration status="OFF">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-hsqldb-factory-method.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-hsqldb-factory-method.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-hsqldb-factory-method.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jdbc/log4j2-hsqldb-factory-method.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<Configuration status="debug">
+<Configuration status="OFF">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-base.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-base.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-base.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-base.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<Configuration status="debug">
+<Configuration status="OFF">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-basic.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-basic.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-basic.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-h2-jpa-basic.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<Configuration status="debug">
+<Configuration status="OFF">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-base.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-base.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-base.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-base.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<Configuration status="debug">
+<Configuration status="OFF">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-basic.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-basic.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-basic.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/org/apache/logging/log4j/core/appender/db/jpa/log4j2-hsqldb-jpa-basic.xml Tue Apr 15 06:50:51 2014
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<Configuration status="debug">
+<Configuration status="OFF">
 
   <Appenders>
     <Console name="STDOUT">

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/xml-events.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/xml-events.xml?rev=1587451&r1=1587450&r2=1587451&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/xml-events.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/xml-events.xml Tue Apr 15 06:50:51 2014
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="error" name="MyApp">
+<Configuration status="OFF" name="MyApp">
   <Appenders>
     <Console name="STDOUT">
       <PatternLayout pattern="%d [%p] %c %m%n"/>