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/06 07:46:20 UTC

svn commit: r1585251 - in /logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources: default_embedded.xml embedded.xml persistent.xml

Author: mattsicker
Date: Sun Apr  6 05:46:20 2014
New Revision: 1585251

URL: http://svn.apache.org/r1585251
Log:
Simplify test configs.

Modified:
    logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/default_embedded.xml
    logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/embedded.xml
    logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/persistent.xml

Modified: logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/default_embedded.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/default_embedded.xml?rev=1585251&r1=1585250&r2=1585251&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/default_embedded.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/default_embedded.xml Sun Apr  6 05:46:20 2014
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="debug" name="MyApp" packages="">
+<Configuration status="debug" name="MyApp">
   <Appenders>
     <Flume name="eventLogger" ignoreExceptions="false" compress="true" type="embedded" dataDir="InMemory">
       <Agent host="localhost" port="${sys:primaryPort}"/>

Modified: logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/embedded.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/embedded.xml?rev=1585251&r1=1585250&r2=1585251&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/embedded.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/embedded.xml Sun Apr  6 05:46:20 2014
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="debug" name="MyApp" packages="">
+<Configuration status="debug" name="MyApp">
   <Appenders>
     <Flume name="eventLogger" ignoreExceptions="false" compress="true" type="embedded">
       <Property name="channel.type">memory</Property>

Modified: logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/persistent.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/persistent.xml?rev=1585251&r1=1585250&r2=1585251&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/persistent.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-flume-ng/src/test/resources/persistent.xml Sun Apr  6 05:46:20 2014
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="info" name="MyApp" packages="org.apache.logging.log4j.flume.test">
+<Configuration status="info" name="MyApp">
   <Appenders>
     <Flume name="eventLogger" ignoreExceptions="false" compress="true" type="persistent" dataDir="target/persistent"
         batchsize="100" maxDelay="500">