Repository: logging-log4j2
Updated Branches:
  refs/heads/master 68df82d23 -> 1d098ea18


Reduce noise during build


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1d098ea1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1d098ea1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1d098ea1

Branch: refs/heads/master
Commit: 1d098ea18f186245f0d43c0324733745e44f5248
Parents: 68df82d
Author: Ralph Goers <[email protected]>
Authored: Sat Dec 5 15:00:17 2015 -0700
Committer: Ralph Goers <[email protected]>
Committed: Sat Dec 5 15:00:17 2015 -0700

----------------------------------------------------------------------
 log4j-core/src/test/resources/JeroMqAppenderTest.xml               | 2 +-
 log4j-core/src/test/resources/LOG4J2-1100/log4j2-good.yaml         | 2 +-
 log4j-core/src/test/resources/LOG4J2-739.xml                       | 2 +-
 log4j-core/src/test/resources/LOG4J2-807.xml                       | 2 +-
 log4j-core/src/test/resources/log4j-customLevels.xml               | 2 +-
 log4j-core/src/test/resources/log4j-customLevelsOverride.xml       | 2 +-
 log4j-core/src/test/resources/log4j-customLevelsWithFilters.xml    | 2 +-
 log4j-core/src/test/resources/log4j-filetest.xml                   | 2 +-
 log4j-core/src/test/resources/log4j-marker-lookup.yaml             | 2 +-
 .../resources/log4j-rolling-with-custom-delete-accum-count1.xml    | 2 +-
 .../resources/log4j-rolling-with-custom-delete-accum-count2.xml    | 2 +-
 .../test/resources/log4j-rolling-with-custom-delete-accum-size.xml | 2 +-
 .../test/resources/log4j-rolling-with-custom-delete-maxdepth.xml   | 2 +-
 .../src/test/resources/log4j-rolling-with-custom-delete-nested.xml | 2 +-
 .../resources/log4j-rolling-with-custom-delete-script-fri13th.xml  | 2 +-
 .../src/test/resources/log4j-rolling-with-custom-delete-script.xml | 2 +-
 .../resources/log4j-rolling-with-custom-delete-unconditional1.xml  | 2 +-
 .../resources/log4j-rolling-with-custom-delete-unconditional2.xml  | 2 +-
 .../resources/log4j-rolling-with-custom-delete-unconditional3.xml  | 2 +-
 log4j-core/src/test/resources/log4j-rolling-with-custom-delete.xml | 2 +-
 log4j-core/src/test/resources/log4j2-962.xml                       | 2 +-
 log4j-core/src/test/resources/perf9MMapNoLoc.xml                   | 2 +-
 log4j-core/src/test/resources/rollover-test.xml                    | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/JeroMqAppenderTest.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/JeroMqAppenderTest.xml 
b/log4j-core/src/test/resources/JeroMqAppenderTest.xml
index 119fc00..a72a4f7 100644
--- a/log4j-core/src/test/resources/JeroMqAppenderTest.xml
+++ b/log4j-core/src/test/resources/JeroMqAppenderTest.xml
@@ -15,7 +15,7 @@
   ~ See the license for the specific language governing permissions and
   ~ limitations under the license.
   -->
-<Configuration name="JeroMQAppenderTest" status="TRACE">
+<Configuration name="JeroMQAppenderTest" status="WARN">
   <Appenders>
     <JeroMQ name="JeroMQAppender">    
       <Property name="endpoint">tcp://*:5556</Property>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/LOG4J2-1100/log4j2-good.yaml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/LOG4J2-1100/log4j2-good.yaml 
b/log4j-core/src/test/resources/LOG4J2-1100/log4j2-good.yaml
index f467297..dc555e0 100644
--- a/log4j-core/src/test/resources/LOG4J2-1100/log4j2-good.yaml
+++ b/log4j-core/src/test/resources/LOG4J2-1100/log4j2-good.yaml
@@ -1,5 +1,5 @@
 Configuration:
-  status: trace
+  status: warn
   
   Appenders:
     Console:

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/LOG4J2-739.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/LOG4J2-739.xml 
b/log4j-core/src/test/resources/LOG4J2-739.xml
index eb07cca..663c08c 100644
--- a/log4j-core/src/test/resources/LOG4J2-739.xml
+++ b/log4j-core/src/test/resources/LOG4J2-739.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>  
-<Configuration status="trace"> 
+<Configuration status="warn">
     <properties>               
         <property name="name">app</property>
         <property name="pattern">%d{yyyy-MM-dd HH:mm:ss.SSS} | %-5.5p | 
%-10.10t | %-20.20C:%-5.5L | %msg%n</property>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/LOG4J2-807.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/LOG4J2-807.xml 
b/log4j-core/src/test/resources/LOG4J2-807.xml
index 24bbc38..bb2249d 100644
--- a/log4j-core/src/test/resources/LOG4J2-807.xml
+++ b/log4j-core/src/test/resources/LOG4J2-807.xml
@@ -16,7 +16,7 @@
   ~ limitations under the license.
   -->
 
-<Configuration name="asynRootConfig" monitorInterval="5" status="debug">
+<Configuration name="asynRootConfig" monitorInterval="5" status="warn">
   <Appenders>
     <RandomAccessFile name="FILE_APPENDER" fileName="target/LOG4J2-807.log" 
immediateFlush="false" append="true">
       <PatternLayout>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-customLevels.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j-customLevels.xml 
b/log4j-core/src/test/resources/log4j-customLevels.xml
index 4d5a8fe..510e523 100644
--- a/log4j-core/src/test/resources/log4j-customLevels.xml
+++ b/log4j-core/src/test/resources/log4j-customLevels.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="DEBUG" name="TestCustomLevels">
+<Configuration status="WARN" name="TestCustomLevels">
 
   <CustomLevels>
     <CustomLevel name="DIAG" intLevel="350" />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-customLevelsOverride.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j-customLevelsOverride.xml 
b/log4j-core/src/test/resources/log4j-customLevelsOverride.xml
index 8719bb3..9aa3a3f 100644
--- a/log4j-core/src/test/resources/log4j-customLevelsOverride.xml
+++ b/log4j-core/src/test/resources/log4j-customLevelsOverride.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="DEBUG" name="TestCustomLevelsOverride">
+<Configuration status="WARN" name="TestCustomLevelsOverride">
 
   <!-- Test overriding the int level of a standard level -->
   <CustomLevels>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-customLevelsWithFilters.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j-customLevelsWithFilters.xml 
b/log4j-core/src/test/resources/log4j-customLevelsWithFilters.xml
index 89cd032..e110975 100644
--- a/log4j-core/src/test/resources/log4j-customLevelsWithFilters.xml
+++ b/log4j-core/src/test/resources/log4j-customLevelsWithFilters.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="trace" verbose="true">
+<Configuration status="WARN" verbose="true">
   <CustomLevels>
     <CustomLevel name="INFOM1" intLevel="399" />
     <CustomLevel name="INFOP1" intLevel="401" />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-filetest.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j-filetest.xml 
b/log4j-core/src/test/resources/log4j-filetest.xml
index 7aff7f3..de49d0f 100644
--- a/log4j-core/src/test/resources/log4j-filetest.xml
+++ b/log4j-core/src/test/resources/log4j-filetest.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="debug" dest="target/status.log" name="XMLConfigTest">
+<Configuration status="warn" dest="target/status.log" name="XMLConfigTest">
   <Properties>
     <Property name="filename">target/test.log</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-marker-lookup.yaml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j-marker-lookup.yaml 
b/log4j-core/src/test/resources/log4j-marker-lookup.yaml
index 9880e2e..e2e1aff 100644
--- a/log4j-core/src/test/resources/log4j-marker-lookup.yaml
+++ b/log4j-core/src/test/resources/log4j-marker-lookup.yaml
@@ -1,5 +1,5 @@
 Configuration:
-  status: debug
+  status: warn
 
   Appenders:
     Console:

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count1.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count1.xml
 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count1.xml
index 34c8884..91dd55a 100644
--- 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count1.xml
+++ 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count1.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" 
name="RollingWithCustomDeleteAccumulatedSizeTest">
+<Configuration status="WARN" name="RollingWithCustomDeleteAccumulatedSizeTest">
   <Properties>
     <Property name="base">target/rolling-with-delete-accum-count1/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count2.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count2.xml
 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count2.xml
index 4fd0e4b..48a890b 100644
--- 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count2.xml
+++ 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-count2.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" 
name="RollingWithCustomDeleteAccumulatedSizeTest">
+<Configuration status="WARN" name="RollingWithCustomDeleteAccumulatedSizeTest">
   <Properties>
     <Property name="base">target/rolling-with-delete-accum-count2/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-size.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-size.xml 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-size.xml
index 22d992e..edca443 100644
--- 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-size.xml
+++ 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-accum-size.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" 
name="RollingWithCustomDeleteAccumulatedSizeTest">
+<Configuration status="WARN" name="RollingWithCustomDeleteAccumulatedSizeTest">
   <Properties>
     <Property name="base">target/rolling-with-delete-accum-size/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-maxdepth.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-maxdepth.xml 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-maxdepth.xml
index 3f750ba..d20749d 100644
--- 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-maxdepth.xml
+++ 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-maxdepth.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" name="RollingWithCustomDeleteTest">
+<Configuration status="WARN" name="RollingWithCustomDeleteTest">
   <Properties>
     <Property name="base">target/rolling-with-delete-depth/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-nested.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-nested.xml 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-nested.xml
index cde178d..4853ec1 100644
--- a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-nested.xml
+++ b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-nested.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" 
name="RollingWithCustomDeleteAccumulatedSizeTest">
+<Configuration status="WARN" name="RollingWithCustomDeleteAccumulatedSizeTest">
   <Properties>
     <Property name="base">target/rolling-with-delete-nested/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script-fri13th.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script-fri13th.xml
 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script-fri13th.xml
index 1b1374f..2b4785a 100644
--- 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script-fri13th.xml
+++ 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script-fri13th.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" name="RollingWithCustomDeleteScriptTest">
+<Configuration status="WARN" name="RollingWithCustomDeleteScriptTest">
   <Properties>
     <Property name="base">target/rolling-with-delete-script-fri13th/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script.xml 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script.xml
index b94f35d..049c8b5 100644
--- a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script.xml
+++ b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-script.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" name="RollingWithCustomDeleteScriptTest">
+<Configuration status="WARN" name="RollingWithCustomDeleteScriptTest">
   <Properties>
     <Property name="base">target/rolling-with-delete-script/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional1.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional1.xml
 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional1.xml
index 92d726c..88f8b90 100644
--- 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional1.xml
+++ 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional1.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" name="RollingWithCustomUnconditionalDeleteTest">
+<Configuration status="WARN" name="RollingWithCustomUnconditionalDeleteTest">
   <Properties>
     <Property name="base">target/rolling-unconditional-delete1/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional2.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional2.xml
 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional2.xml
index c656989..80ce9e5 100644
--- 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional2.xml
+++ 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional2.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" name="RollingWithCustomUnconditionalDeleteTest">
+<Configuration status="WARN" name="RollingWithCustomUnconditionalDeleteTest">
   <Properties>
     <Property name="base">target/rolling-unconditional-delete2/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional3.xml
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional3.xml
 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional3.xml
index a3af06d..ac61320 100644
--- 
a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional3.xml
+++ 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete-unconditional3.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" name="RollingWithCustomUnconditionalDeleteTest">
+<Configuration status="WARN" name="RollingWithCustomUnconditionalDeleteTest">
   <Properties>
     <Property name="base">target/rolling-unconditional-delete3/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j-rolling-with-custom-delete.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete.xml 
b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete.xml
index 3868ba0..3c2ed50 100644
--- a/log4j-core/src/test/resources/log4j-rolling-with-custom-delete.xml
+++ b/log4j-core/src/test/resources/log4j-rolling-with-custom-delete.xml
@@ -16,7 +16,7 @@
  limitations under the License.
 
 -->
-<Configuration status="TRACE" name="RollingWithCustomDeleteTest">
+<Configuration status="WARN" name="RollingWithCustomDeleteTest">
   <Properties>
     <Property name="base">target/rolling-with-delete/</Property>
   </Properties>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/log4j2-962.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/log4j2-962.xml 
b/log4j-core/src/test/resources/log4j2-962.xml
index 112e755..b517d30 100644
--- a/log4j-core/src/test/resources/log4j2-962.xml
+++ b/log4j-core/src/test/resources/log4j2-962.xml
@@ -17,7 +17,7 @@
 
 -->
 <!-- https://issues.apache.org/jira/browse/LOG4J2-962 -->
-<Configuration status="ALL">
+<Configuration status="warn">
   <Appenders>
     <List name="List">
       <PatternLayout pattern="%d %msg%n" header="Header: ${main:0}" 
footer="Footer: ${main:1}" />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/perf9MMapNoLoc.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/perf9MMapNoLoc.xml 
b/log4j-core/src/test/resources/perf9MMapNoLoc.xml
index 278110e..6a51ebc 100644
--- a/log4j-core/src/test/resources/perf9MMapNoLoc.xml
+++ b/log4j-core/src/test/resources/perf9MMapNoLoc.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="trace" 
packages="org.apache.logging.log4j.core.async.perftest">
+<Configuration status="warn" 
packages="org.apache.logging.log4j.core.async.perftest">
   <Appenders>
     <MemoryMappedFile name="MMapFile" fileName="perftest.log" 
regionLength="1073741824">
       <PatternLayout>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d098ea1/log4j-core/src/test/resources/rollover-test.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/rollover-test.xml 
b/log4j-core/src/test/resources/rollover-test.xml
index 1730911..809239f 100644
--- a/log4j-core/src/test/resources/rollover-test.xml
+++ b/log4j-core/src/test/resources/rollover-test.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="trace">
+<Configuration status="warn">
     <Appenders>
         <RollingFile name="Test" fileName="target/logs/test.log" 
filePattern="target/logs/test/$${date:yyyyMMddHHmm}/TEST-%d{yyyyMMddHHmm}-%i.log.gz">
             <PatternLayout pattern="%d %p (%t) [%c] - %m%n"/>

Reply via email to