mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix accesslog params description
This commit is contained in:
parent
9158ab20f8
commit
03cd031b06
@ -472,7 +472,7 @@ Identifier Description
|
|||||||
========== ===========
|
========== ===========
|
||||||
h remote address
|
h remote address
|
||||||
l ``'-'``
|
l ``'-'``
|
||||||
u currently ``'-'``, may be user name in future releases
|
u user name
|
||||||
t date of the request
|
t date of the request
|
||||||
r status line (e.g. ``GET / HTTP/1.1``)
|
r status line (e.g. ``GET / HTTP/1.1``)
|
||||||
s status
|
s status
|
||||||
|
|||||||
@ -1049,7 +1049,7 @@ class AccessLogFormat(Setting):
|
|||||||
========== ===========
|
========== ===========
|
||||||
h remote address
|
h remote address
|
||||||
l ``'-'``
|
l ``'-'``
|
||||||
u currently ``'-'``, may be user name in future releases
|
u user name
|
||||||
t date of the request
|
t date of the request
|
||||||
r status line (e.g. ``GET / HTTP/1.1``)
|
r status line (e.g. ``GET / HTTP/1.1``)
|
||||||
s status
|
s status
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user