Merge pull request #8856 from drewr/master

Reduce apache (cloud-aws) logging when rootLogger is DEBUG
This commit is contained in:
Drew Raines 2015-03-24 09:54:53 -05:00
commit 4d15dfd40f

View File

@ -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