diff --git a/gunicorn_conf.py b/gunicorn_conf.py index a73c815..7422054 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 = "-"