From 2dde1e072d4ffe60859efa7a56e95937d24ef1dd Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Wed, 3 Jun 2015 17:00:23 +0200 Subject: [PATCH] Fix comment --- gunicorn_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "-"