mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #564 from jvolkman/master
Remove an unmatched leading quote from the beginning of the default access log format string
This commit is contained in:
commit
460b757a29
@ -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 .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user