Reduce cloud-aws logging when rootLogger is DEBUG
This commit is contained in:
parent
796ebcb88b
commit
05f6b42cfc
|
@ -6,6 +6,7 @@ logger:
|
||||||
action: DEBUG
|
action: DEBUG
|
||||||
# reduce the logging for aws, too much is logged under the default INFO
|
# reduce the logging for aws, too much is logged under the default INFO
|
||||||
com.amazonaws: WARN
|
com.amazonaws: WARN
|
||||||
|
org.apache.http: INFO
|
||||||
|
|
||||||
# gateway
|
# gateway
|
||||||
#gateway: DEBUG
|
#gateway: DEBUG
|
||||||
|
|
Loading…
Reference in New Issue