disable uvicorn access log
This commit is contained in:
+1
-1
@@ -495,4 +495,4 @@ def _get_job(job_id: str) -> BackgroundJob:
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
uvicorn.run(app, host="0.0.0.0", port=8000)
|
uvicorn.run(app, host="0.0.0.0", port=8000, access_log=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user