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:
James E. Blair 2015-11-30 13:00:04 -08:00
parent 57f13f58b8
commit 31c222aca1
1 changed files with 1 additions and 1 deletions

View File

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