Commit 7842b1ee by Ed Morley

Remove redundant gunicorn option `--log-file -`

The `--log-file` option was renamed to `--error-logfile` in gunicorn
v0.13.0. However since gunicorn v19.2 it now defaults to `-` (stderr),
so can be omitted entirely:
http://docs.gunicorn.org/en/latest/settings.html#errorlog
parent ae95c671
web: gunicorn {{ project_name }}.wsgi --log-file -
\ No newline at end of file
web: gunicorn {{ project_name }}.wsgi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment