Skip to content

Commit daacf39

Browse files
authored
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
1 parent 1299ea9 commit daacf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Identifier Description
200200
=========== ===========
201201
h remote address
202202
l ``'-'``
203-
u user name
203+
u user name (if HTTP Basic auth used)
204204
t date of the request
205205
r status line (e.g. ``GET / HTTP/1.1``)
206206
m request method

0 commit comments

Comments
 (0)