From 05f6b42cfc20427edfc3cef1fae460fb141ebc06 Mon Sep 17 00:00:00 2001 From: Drew Raines Date: Tue, 9 Dec 2014 14:39:37 -0600 Subject: [PATCH] Reduce cloud-aws logging when rootLogger is DEBUG --- config/logging.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/logging.yml b/config/logging.yml index 0ac52aa46c4..f0cd60282ec 100644 --- a/config/logging.yml +++ b/config/logging.yml @@ -6,6 +6,7 @@ logger: action: DEBUG # reduce the logging for aws, too much is logged under the default INFO com.amazonaws: WARN + org.apache.http: INFO # gateway #gateway: DEBUG