diff --git a/gunicorn_conf.py b/gunicorn_conf.py index 74220549..79dee76d 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 = "-"