Reduce cloud-aws logging when rootLogger is DEBUG
This commit is contained in:
parent
796ebcb88b
commit
05f6b42cfc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue