backwards-compatible support for --error-logfile

This commit is contained in:
Randall Leeds 2011-08-22 00:08:34 -07:00
parent 1e618c512e
commit 4879005cc1

View File

@ -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 = "-"