Procfile
38 Bytes
-
Remove redundant gunicorn option `--log-file -` · 7842b1ee
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
Ed Morley committed