From 31c222aca1ea431b5a66b344866f33aa8190c253 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 30 Nov 2015 13:00:04 -0800 Subject: [PATCH] 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 --- files/logging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/logging.yml b/files/logging.yml index f0cd602..10769a4 100644 --- a/files/logging.yml +++ b/files/logging.yml @@ -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