uvicorn-gunicorn-docker
uvicorn-gunicorn-docker copied to clipboard
✨ Live-Reload: Support uvicorn option "no access log"
Implements #177
This MR adds the feature of disabling the uvicorn access log while using live-reload via start-reload.sh
. Specifically, the option --no-access-log
is passed to to uvicorn if ACCESS_LOG
is set to an empty value.
Would be great to have this merged - thanks in advance, @tiangolo, for taking a look!