mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
updated docs
This commit is contained in:
parent
b034c81654
commit
8e3e545321
@ -471,31 +471,30 @@ access_log_format
|
||||
|
||||
The access log format.
|
||||
|
||||
=========== ===========
|
||||
Identifier Description
|
||||
=========== ===========
|
||||
h remote address
|
||||
l ``'-'``
|
||||
u user name
|
||||
t date of the request
|
||||
r status line (e.g. ``GET / HTTP/1.1``)
|
||||
m request method
|
||||
U URL path without query string
|
||||
q query string
|
||||
H protocol
|
||||
s status
|
||||
B response length
|
||||
b response length or ``'-'`` (CLF format)
|
||||
f referer
|
||||
a user agent
|
||||
T request time in seconds
|
||||
D request time in microseconds
|
||||
L request time in decimal seconds
|
||||
p process ID
|
||||
{Header}i request header
|
||||
{Header}o response header
|
||||
{Variable}e environment variable
|
||||
=========== ===========
|
||||
========== ===========
|
||||
Identifier Description
|
||||
========== ===========
|
||||
h remote address
|
||||
l ``'-'``
|
||||
u user name
|
||||
t date of the request
|
||||
r status line (e.g. ``GET / HTTP/1.1``)
|
||||
m request method
|
||||
U URL path without query string
|
||||
q query string
|
||||
H protocol
|
||||
s status
|
||||
B response length
|
||||
b response length or ``'-'`` (CLF format)
|
||||
f referer
|
||||
a user agent
|
||||
T request time in seconds
|
||||
D request time in microseconds
|
||||
L request time in decimal seconds
|
||||
p process ID
|
||||
{Header}i request header
|
||||
{Header}o response header
|
||||
========== ===========
|
||||
|
||||
errorlog
|
||||
~~~~~~~~
|
||||
|
||||
@ -1074,30 +1074,31 @@ class AccessLogFormat(Setting):
|
||||
desc = """\
|
||||
The access log format.
|
||||
|
||||
========== ===========
|
||||
Identifier Description
|
||||
========== ===========
|
||||
h remote address
|
||||
l ``'-'``
|
||||
u user name
|
||||
t date of the request
|
||||
r status line (e.g. ``GET / HTTP/1.1``)
|
||||
m request method
|
||||
U URL path without query string
|
||||
q query string
|
||||
H protocol
|
||||
s status
|
||||
B response length
|
||||
b response length or ``'-'`` (CLF format)
|
||||
f referer
|
||||
a user agent
|
||||
T request time in seconds
|
||||
D request time in microseconds
|
||||
L request time in decimal seconds
|
||||
p process ID
|
||||
{Header}i request header
|
||||
{Header}o response header
|
||||
========== ===========
|
||||
=========== ===========
|
||||
Identifier Description
|
||||
=========== ===========
|
||||
h remote address
|
||||
l ``'-'``
|
||||
u user name
|
||||
t date of the request
|
||||
r status line (e.g. ``GET / HTTP/1.1``)
|
||||
m request method
|
||||
U URL path without query string
|
||||
q query string
|
||||
H protocol
|
||||
s status
|
||||
B response length
|
||||
b response length or ``'-'`` (CLF format)
|
||||
f referer
|
||||
a user agent
|
||||
T request time in seconds
|
||||
D request time in microseconds
|
||||
L request time in decimal seconds
|
||||
p process ID
|
||||
{Header}i request header
|
||||
{Header}o response header
|
||||
{Variable}e environment variable
|
||||
=========== ===========
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user