Change HTTP log format
This commit is contained in:
parent
9b7b903c57
commit
2cfbafbda5
|
@ -11,7 +11,7 @@ preload_app = True
|
|||
|
||||
# logconfig = "app/logging/production.ini"
|
||||
logconfig = "app/logging/production.ini"
|
||||
access_log_format = "%(h)s %({x-forwarded-for}i)s %(t)s %(r)s %(s)s %(b)s %(L)s"
|
||||
access_log_format = "%(h)s %({x-forwarded-for}i)s %(r)s %(s)s %(b)s %(L)s"
|
||||
# Log to stdout.
|
||||
accesslog = "-"
|
||||
errorlog = "-"
|
||||
|
|
Loading…
Reference in New Issue