From 9d158bec94c91c62cd5cc28a27268a5b8804d795 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 3 May 2016 12:15:36 +0100 Subject: [PATCH] Add access_log_format to config example (#1251) The example given is the current default log format. --- examples/example_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/example_config.py b/examples/example_config.py index 89599f4c9..70c2645f1 100644 --- a/examples/example_config.py +++ b/examples/example_config.py @@ -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