Browse Source

Fix comment

pull/3/head
Rodolfo Carvalho 10 years ago
parent
commit
2dde1e072d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gunicorn_conf.py

+ 1
- 1
gunicorn_conf.py View File

@ -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 = "-"

Loading…
Cancel
Save