From 34c0a5a88673e2188a38ccc339d85fffedaacb9d Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Fri, 17 Oct 2014 16:15:40 -0400 Subject: [PATCH] Fix the logging config to disable boto. --- conf/logging.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/logging.conf b/conf/logging.conf index 6dadc997b..2b3308bbf 100644 --- a/conf/logging.conf +++ b/conf/logging.conf @@ -1,5 +1,5 @@ [loggers] -keys=root, gunicorn.error, gunicorn.access, application.profiler +keys=root, gunicorn.error, gunicorn.access, application.profiler, boto, werkzeug [handlers] keys=console