You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/01/23 12:51:32 UTC

[camel] 04/05: CAMEL-12066 - tests Log4j2 config

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 10e2f1ee15ddd7be2293a99558530d0272d1768c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 23 13:25:20 2018 +0100

    CAMEL-12066 - tests Log4j2 config
---
 components/camel-xchange/src/test/resources/log4j2.properties | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/components/camel-xchange/src/test/resources/log4j2.properties b/components/camel-xchange/src/test/resources/log4j2.properties
index caa6ae5..f086b16 100644
--- a/components/camel-xchange/src/test/resources/log4j2.properties
+++ b/components/camel-xchange/src/test/resources/log4j2.properties
@@ -15,18 +15,14 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-rootLogger.level = DEBUG
-rootLogger.appenderRef.file.ref = file
-rootLogger.appenderRef.out.ref = out
-rootLogger.appenderRef.out.level = INFO
-
 appender.file.type = File
 appender.file.name = file
 appender.file.fileName = target/camel-xchange-test.log
 appender.file.layout.type = PatternLayout
 appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
-
 appender.out.type = Console
 appender.out.name = out
 appender.out.layout.type = PatternLayout
-appender.out.layout.pattern = [%-5p] %-30c{1} - %m%n
+appender.out.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
+rootLogger.level = DEBUG
+rootLogger.appenderRef.file.ref = file

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.