mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Improve access-log-format documentation section
Added more clearly info about user name identifier (u). That will save a bit of time for developers due log configuration, like this guy https://stackoverflow.com/questions/51660511/gunicorn-access-logs-shows-empty-user
This commit is contained in:
parent
1299ea9e96
commit
daacf39c3f
@ -200,7 +200,7 @@ Identifier Description
|
|||||||
=========== ===========
|
=========== ===========
|
||||||
h remote address
|
h remote address
|
||||||
l ``'-'``
|
l ``'-'``
|
||||||
u user name
|
u user name (if HTTP Basic auth used)
|
||||||
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``)
|
||||||
m request method
|
m request method
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user