Skip to content

Commit

Permalink
Fix root logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fangfei authored and tilgovi committed Jan 22, 2019
1 parent c85bfba commit 6da84c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn/glogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
version=1,
disable_existing_loggers=False,

root={"level": "INFO", "handlers": ["console"]},
loggers={
"root": {"level": "INFO", "handlers": ["console"]},
"gunicorn.error": {
"level": "INFO",
"handlers": ["error_console"],
Expand Down

0 comments on commit 6da84c6

Please sign in to comment.