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):
|
class ErrorLog(Setting):
|
||||||
name = "errorlog"
|
name = "errorlog"
|
||||||
section = "Logging"
|
section = "Logging"
|
||||||
cli = ["--error-logfile"]
|
cli = ["--error-logfile", "--log-file"]
|
||||||
meta = "FILE"
|
meta = "FILE"
|
||||||
validator = validate_string
|
validator = validate_string
|
||||||
default = "-"
|
default = "-"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user