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 2020/09/23 07:34:38 UTC

[camel] 03/03: Camel-AWS2-Eventbridge: Fixed log configuration for tests

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 fe9d91a0d9307edb625903e11e0c3bcdb070c1f1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 23 09:33:50 2020 +0200

    Camel-AWS2-Eventbridge: Fixed log configuration for tests
---
 .../camel-aws2-eventbridge/src/test/resources/log4j2.properties       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws2-eventbridge/src/test/resources/log4j2.properties b/components/camel-aws2-eventbridge/src/test/resources/log4j2.properties
index bea2995..7ba0114 100644
--- a/components/camel-aws2-eventbridge/src/test/resources/log4j2.properties
+++ b/components/camel-aws2-eventbridge/src/test/resources/log4j2.properties
@@ -17,12 +17,12 @@
 
 appender.file.type = File
 appender.file.name = file
-appender.file.fileName = target/camel-aws2-sts-test.log
+appender.file.fileName = target/camel-aws2-eventbridge-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 = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
-rootLogger.level = DEBUG
+rootLogger.level = INFO
 rootLogger.appenderRef.file.ref = file