Stop logging actions at DEBUG level
They can be very verbose, and on the controller, include things like full tracebacks for a simple inability to finish a query. Such instances are still logged at WARN. Change-Id: I32844cbd7fdd57881ae83d9a78f23e3e8eaa2587
This commit is contained in:
parent
57f13f58b8
commit
31c222aca1
@ -3,7 +3,7 @@ es.logger.level: INFO
|
||||
rootLogger: ${es.logger.level}, console, file
|
||||
logger:
|
||||
# log action execution errors for easier debugging
|
||||
action: DEBUG
|
||||
# action: DEBUG
|
||||
# reduce the logging for aws, too much is logged under the default INFO
|
||||
com.amazonaws: WARN
|
||||
org.apache.http: INFO
|
||||
|
Loading…
x
Reference in New Issue
Block a user