tiangolo / uvicorn-gunicorn-fastapi-docker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the tracebook of an error in docker servive logs?

gregsifr opened this issue · comments

If there is an error in the fastapi application code there is no traceback which shows what the error was or where it occurred?

How to enable the traceback?

I am using the FastAPI template from the FastAPI documentation.