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/08/19 03:49:30 UTC

svn commit: r1618780 - /logging/log4j/log4j2/trunk/log4j-core/src/test/resources/ContextMapLookupTest.xml

Author: mattsicker
Date: Tue Aug 19 01:49:30 2014
New Revision: 1618780

URL: http://svn.apache.org/r1618780
Log:
Use error level for status in test.

Modified:
    logging/log4j/log4j2/trunk/log4j-core/src/test/resources/ContextMapLookupTest.xml

Modified: logging/log4j/log4j2/trunk/log4j-core/src/test/resources/ContextMapLookupTest.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/test/resources/ContextMapLookupTest.xml?rev=1618780&r1=1618779&r2=1618780&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/test/resources/ContextMapLookupTest.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/test/resources/ContextMapLookupTest.xml Tue Aug 19 01:49:30 2014
@@ -15,7 +15,7 @@
   ~ limitations under the license.
   -->
 
-<Configuration status="debug" name="ContextMapLookupTest">
+<Configuration status="error" name="ContextMapLookupTest">
   <Appenders>
     <File name="File" fileName="target/${ctx:testClassName}.${ctx:testMethodName}.log">
       <PatternLayout pattern="%m%n"/>