Skip to content

Commit 9d158be

Browse files
pgjonesberkerpeksag
authored andcommitted
Add access_log_format to config example (#1251)
The example given is the current default log format.
1 parent ded610e commit 9d158be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/example_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
errorlog = '-'
148148
loglevel = 'info'
149149
accesslog = '-'
150+
access_log_format = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
150151

151152
#
152153
# Process naming

0 commit comments

Comments
 (0)