Removes unmatched leading quote from the beginning of the default access log format string

This commit is contained in:
Jeremy Volkman 2013-07-03 15:41:48 -07:00
parent 3895c360be
commit b8a22975a4

View File

@ -856,7 +856,7 @@ class AccessLogFormat(Setting):
cli = ["--access-logformat"]
meta = "STRING"
validator = validate_string
default = '"%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
default = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
desc = """\
The Access log format .