Fix the logging config to disable boto.
This commit is contained in:
parent
acd5a1e07e
commit
34c0a5a886
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[loggers]
|
[loggers]
|
||||||
keys=root, gunicorn.error, gunicorn.access, application.profiler
|
keys=root, gunicorn.error, gunicorn.access, application.profiler, boto, werkzeug
|
||||||
|
|
||||||
[handlers]
|
[handlers]
|
||||||
keys=console
|
keys=console
|
||||||
|
|
Reference in a new issue