Skip to content

Commit

Permalink
Add access_log_format to config example (benoitc#1251)
Browse files Browse the repository at this point in the history
The example given is the current default log format.
  • Loading branch information
pgjones authored and berkerpeksag committed May 3, 2016
1 parent 84fb0d6 commit f07069f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example_config.py
Expand Up @@ -147,6 +147,7 @@
errorlog = '-'
loglevel = 'info'
accesslog = '-'
access_log_format = '%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'

#
# Process naming
Expand Down

0 comments on commit f07069f

Please sign in to comment.