Skip to content

Remove redundant --log-file gunicorn flag#125

Merged
edmorley merged 1 commit into
mainfrom
rm-redundant-log-file-arg
Mar 18, 2021
Merged

Remove redundant --log-file gunicorn flag#125
edmorley merged 1 commit into
mainfrom
rm-redundant-log-file-arg

Conversation

@edmorley

Copy link
Copy Markdown
Member

The gunicorn command line option --log-file - was renamed to --error-logfile - in gunicorn v0.13.0 in 2011:
benoitc/gunicorn@66f7271

In addition, in gunicorn v19.2 (released 2015-01-30), --error-logfile defaults to - so the option can be omitted entirely:
http://docs.gunicorn.org/en/latest/settings.html#errorlog

The gunicorn command line option `--log-file -` was renamed to
`--error-logfile -` in gunicorn v0.13.0 in 2011:
benoitc/gunicorn@66f7271

In addition, in gunicorn v19.2 (released 2015-01-30), `--error-logfile`
defaults to `-` - so the option can be omitted entirely:
http://docs.gunicorn.org/en/latest/settings.html#errorlog
@edmorley edmorley self-assigned this Mar 18, 2021
@heroku
heroku Bot temporarily deployed to python-getti-rm-redunda-ponybz March 18, 2021 15:31 Inactive
@edmorley
edmorley merged commit cb7df09 into main Mar 18, 2021
@edmorley
edmorley deleted the rm-redundant-log-file-arg branch March 18, 2021 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant