uvicorn v0.10.1 Release Notes
Release Date: 2019-10-31 // almost 6 years ago-
- 👷 Resolve issues with logging when using
--reload
or--workers
. - Setup up root logger to capture output for all logger instances, not just
uvicorn.error
anduvicorn.access
.
- 👷 Resolve issues with logging when using