Browse Source

Merge pull request #8856 from drewr/master

Reduce apache (cloud-aws) logging when rootLogger is DEBUG
Drew Raines 10 years ago
parent
commit
4d15dfd40f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/logging.yml

+ 1 - 0
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