From 3657c889b3ced052375b0d222eb39e6746ef312b Mon Sep 17 00:00:00 2001 From: Michal Fojtik Date: Wed, 3 Jun 2015 14:35:32 +0200 Subject: [PATCH] Send access log to stdout --- gunicorn_conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gunicorn_conf.py b/gunicorn_conf.py index a73c815d..74220549 100644 --- a/gunicorn_conf.py +++ b/gunicorn_conf.py @@ -1 +1,2 @@ -accesslog = "access.log" +# Send the access log to STDOUT so it can be consumed by `osc logs` command. +accesslog = "-"