Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information