Repository: logging-log4j2
Updated Branches:
  refs/heads/master 09ad711dd -> 7cdf1637b


Set status logger to "all" to debug Jenkins 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/7cdf1637
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7cdf1637
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7cdf1637

Branch: refs/heads/master
Commit: 7cdf1637b0bcbb9f01654182c057ad2f62e2b03f
Parents: 09ad711
Author: Gary Gregory <[email protected]>
Authored: Wed Sep 14 22:30:04 2016 -0700
Committer: Gary Gregory <[email protected]>
Committed: Wed Sep 14 22:30:04 2016 -0700

----------------------------------------------------------------------
 .../src/test/resources/JeroMqAppenderTest.xml   | 62 ++++++++++----------
 1 file changed, 31 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7cdf1637/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 2a9d84d..100a50a 100644
--- a/log4j-core/src/test/resources/JeroMqAppenderTest.xml
+++ b/log4j-core/src/test/resources/JeroMqAppenderTest.xml
@@ -1,31 +1,31 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one or more
-  ~ contributor license agreements. See the NOTICE file distributed with
-  ~ this work for additional information regarding copyright ownership.
-  ~ The ASF licenses this file to You under the Apache license, Version 2.0
-  ~ (the "License"); you may not use this file except in compliance with
-  ~ the License. You may obtain a copy of the License at
-  ~
-  ~      http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the license for the specific language governing permissions and
-  ~ limitations under the license.
-  -->
-<Configuration name="JeroMQAppenderTest" status="WARN">
-  <Appenders>
-    <JeroMQ name="JeroMQAppender">    
-      <Property name="endpoint">tcp://*:5556</Property>
-      <Property name="endpoint">ipc://info-topic</Property>
-      <PatternLayout pattern="%X{foo}%m"/>
-    </JeroMQ>
-  </Appenders>
-  <Loggers>
-    <Root level="info">
-      <AppenderRef ref="JeroMQAppender"/>
-    </Root>
-  </Loggers>
-</Configuration>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements. See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache license, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License. You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the license for the specific language governing permissions and
+  ~ limitations under the license.
+  -->
+<Configuration name="JeroMQAppenderTest" status="all">
+  <Appenders>
+    <JeroMQ name="JeroMQAppender">    
+      <Property name="endpoint">tcp://*:5556</Property>
+      <Property name="endpoint">ipc://info-topic</Property>
+      <PatternLayout pattern="%X{foo}%m"/>
+    </JeroMQ>
+  </Appenders>
+  <Loggers>
+    <Root level="info">
+      <AppenderRef ref="JeroMQAppender"/>
+    </Root>
+  </Loggers>
+</Configuration>

Reply via email to