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/03/10 15:59:06 UTC

[camel] 02/02: Camel-AWS2-Lambda: Back to info logging level

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 f4704f4542af31a19394745b89f49d978b44247f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 10 16:57:15 2020 +0100

    Camel-AWS2-Lambda: Back to info logging level
---
 components/camel-aws2-lambda/src/test/resources/log4j2.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws2-lambda/src/test/resources/log4j2.properties b/components/camel-aws2-lambda/src/test/resources/log4j2.properties
index 81167e1..72c73f6 100644
--- a/components/camel-aws2-lambda/src/test/resources/log4j2.properties
+++ b/components/camel-aws2-lambda/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