Closed oieduardorabelo closed 3 months ago
thanks for the initiative @Kludex
one question that i struggle to find a solid answer + i saw many horrors in the wild trying to do it:
how to disable the default logs from uvicorn / fastapi
and now with the fastapi cli fastapi dev .. / fastapi run ..
fastapi dev ..
fastapi run ..
how to achieve the "unix rule of silence", if is running correctly, no logs are displayed?
My recommendation is to use Uvicorn directly.
thanks for the initiative @Kludex
one question that i struggle to find a solid answer + i saw many horrors in the wild trying to do it:
how to disable the default logs from uvicorn / fastapi
and now with the fastapi cli
fastapi dev ..
/fastapi run ..
how to achieve the "unix rule of silence", if is running correctly, no logs are displayed?