diff --git a/gunicorn_conf.py b/gunicorn_conf.py index 7422054..79dee76 100644 --- a/gunicorn_conf.py +++ b/gunicorn_conf.py @@ -1,2 +1,2 @@ -# Send the access log to STDOUT so it can be consumed by `osc logs` command. +# Send the access log to stderr so it can be consumed by `osc logs`. accesslog = "-"