diff --git a/gunicorn-config.py b/gunicorn-config.py index bfed49e7..97a9191a 100644 --- a/gunicorn-config.py +++ b/gunicorn-config.py @@ -5,6 +5,6 @@ workers = 8 worker_class = "uvicorn.workers.UvicornWorker" timeout = 120 keep_alive = 60 -accesslog = "access.log" -errorlog = "error.log" +accesslog = "-" +errorlog = "-" loglevel = "debug"