mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
backwards-compatible support for --error-logfile
This commit is contained in:
parent
1e618c512e
commit
4879005cc1
@ -567,7 +567,7 @@ class AccessLog(Setting):
|
||||
class ErrorLog(Setting):
|
||||
name = "errorlog"
|
||||
section = "Logging"
|
||||
cli = ["--error-logfile"]
|
||||
cli = ["--error-logfile", "--log-file"]
|
||||
meta = "FILE"
|
||||
validator = validate_string
|
||||
default = "-"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user