diff --git a/src/mtl/run_gunicorn.py b/src/mtl/run_gunicorn.py index cd9b5cd..a640187 100644 --- a/src/mtl/run_gunicorn.py +++ b/src/mtl/run_gunicorn.py @@ -19,7 +19,7 @@ def run_gunicorn(): options = { "bind": "127.0.0.1:15478", "workers": 12, - "accesslog": "/dev/stderr", + "accesslog": "-", } StandaloneApplication(app, options).run()