You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2014/04/27 07:51:57 UTC

svn commit: r1590349 - /logging/log4j/log4j2/trunk/log4j-core/src/test/resources/log4j-filetest.xml

Author: rgoers
Date: Sun Apr 27 05:51:57 2014
New Revision: 1590349

URL: http://svn.apache.org/r1590349
Log:
Fix unit test bug

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

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=1590349&r1=1590348&r2=1590349&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 Sun Apr 27 05:51:57 2014
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="OFF" dest="target/status.log" name="XMLConfigTest">
+<Configuration status="debug" dest="target/status.log" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>