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 4bbc8a2117e0e18775ac9da7aa962fce4e61386a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 18 12:14:11 2020 +0100 CAMEL-14663 - Camel-AWS2 S3: Add support for multipart upload, set correct logging level --- 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 e33abee..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 = DEBUG +rootLogger.level = INFO rootLogger.appenderRef.file.ref = file