Skip to content

Commit

Permalink
Don't override the root logger (#674)
Browse files Browse the repository at this point in the history
Overriding the root logger is probably not intended here. See discussion in #630
  • Loading branch information
stchris authored May 15, 2020
1 parent ae0fd31 commit e382440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvicorn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
},
"loggers": {
"": {"handlers": ["default"], "level": "INFO"},
"uvicorn": {"handlers": ["default"], "level": "INFO"},
"uvicorn.error": {"level": "INFO"},
"uvicorn.access": {"handlers": ["access"], "level": "INFO", "propagate": False},
},
Expand Down

0 comments on commit e382440

Please sign in to comment.