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/26 05:51:58 UTC

svn commit: r1620499 - /logging/log4j/log4j2/trunk/log4j-slf4j-impl/src/test/resources/log4j-test1.xml

Author: mattsicker
Date: Tue Aug 26 03:51:58 2014
New Revision: 1620499

URL: http://svn.apache.org/r1620499
Log:
Fix XML.

Modified:
    logging/log4j/log4j2/trunk/log4j-slf4j-impl/src/test/resources/log4j-test1.xml

Modified: logging/log4j/log4j2/trunk/log4j-slf4j-impl/src/test/resources/log4j-test1.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-slf4j-impl/src/test/resources/log4j-test1.xml?rev=1620499&r1=1620498&r2=1620499&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-slf4j-impl/src/test/resources/log4j-test1.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-slf4j-impl/src/test/resources/log4j-test1.xml Tue Aug 26 03:51:58 2014
@@ -30,7 +30,7 @@
 
     <Logger name="org.apache.logging.log4j.test2" level="debug" additivity="false">
       <AppenderRef ref="File"/>
-    </Logger>>
+    </Logger>
 
     <Root level="trace">
       <AppenderRef ref="List"/>