Fix the logging config to disable boto.

This commit is contained in:
Jake Moshenko 2014-10-17 16:15:40 -04:00
parent acd5a1e07e
commit 34c0a5a886

View file

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