Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant --log-file gunicorn flag #125

Merged
merged 1 commit into from Mar 18, 2021
Merged

Conversation

edmorley
Copy link
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.

None yet

1 participant