Skip to content

Commit

Permalink
Improve access-log-format documentation section
Browse files Browse the repository at this point in the history
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
  • Loading branch information
talkerbox authored Aug 6, 2021
1 parent 1299ea9 commit daacf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Identifier Description
=========== ===========
h remote address
l ``'-'``
u user name
u user name (if HTTP Basic auth used)
t date of the request
r status line (e.g. ``GET / HTTP/1.1``)
m request method
Expand Down

0 comments on commit daacf39

Please sign in to comment.