diff --git a/server/main.py b/server/main.py index 3ce6e1e..5c995dd 100644 --- a/server/main.py +++ b/server/main.py @@ -495,4 +495,4 @@ def _get_job(job_id: str) -> BackgroundJob: 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)