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:
Andrey 2021-08-06 10:17:15 +03:00 committed by GitHub
parent 1299ea9e96
commit daacf39c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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