Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restrict Gunicorn configuration output to debug
There's a `print()` command in gunicorn_conf.py that prints the custom Gunicorn configuration not output by Gunicorn with `LOG_LEVEL="debug"`. This commit will only run the `print()` command if `LOG_LEVEL="debug"`.
- Loading branch information