Skip to content

Commit 9357b28

Browse files
committed
keep document user in access_log_format setting
1 parent 79fdef0 commit 9357b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ class AccessLogFormat(Setting):
14031403
=========== ===========
14041404
h remote address
14051405
l ``'-'``
1406-
u user name
1406+
u user name (if HTTP Basic auth used)
14071407
t date of the request
14081408
r status line (e.g. ``GET / HTTP/1.1``)
14091409
m request method

0 commit comments

Comments
 (0)