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
Showing
Please
register
or
sign in
to comment