mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add access_log_format to config example (#1251)
The example given is the current default log format.
This commit is contained in:
parent
ded610ede9
commit
9d158bec94
@ -147,6 +147,7 @@ tmp_upload_dir = None
|
|||||||
errorlog = '-'
|
errorlog = '-'
|
||||||
loglevel = 'info'
|
loglevel = 'info'
|
||||||
accesslog = '-'
|
accesslog = '-'
|
||||||
|
access_log_format = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
|
||||||
|
|
||||||
#
|
#
|
||||||
# Process naming
|
# Process naming
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user