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/07/30 06:15:21 UTC

[camel] 03/03: Camel-AWS2-S3: Log must be at INFO level 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 a23aa4385aa7f597dc59b54c7bb972067896bd30
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 30 08:14:09 2020 +0200

    Camel-AWS2-S3: Log must be at INFO level for tests
---
 components/camel-aws2-s3/src/test/resources/log4j2.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws2-s3/src/test/resources/log4j2.properties b/components/camel-aws2-s3/src/test/resources/log4j2.properties
index b4e4ec4..a287c66 100644
--- a/components/camel-aws2-s3/src/test/resources/log4j2.properties
+++ b/components/camel-aws2-s3/src/test/resources/log4j2.properties
@@ -24,5 +24,5 @@ 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 = TRACE
+rootLogger.level = INFO
 rootLogger.appenderRef.file.ref = file