tiangolo / uvicorn-gunicorn-docker

Docker image with Uvicorn managed by Gunicorn for high-performance web applications in Python with performance auto-tuning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to enable all debug which is available?

macktab opened this issue · comments

Hello.
Maybe, stupid question, but still:
how to enable all logs which is available?
I see INFO, CRITICAL and DEBUG messages, but do not see all access logs and error logs,
I added these environment variables:

LOG_LEVEL: "debug"
ACCESS_LOG: "-"
ERROR_LOG: "-"