From 9357b28dd867950e33ca3864207cb35a1eb8ba6f Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 10 Aug 2024 10:19:36 +0200 Subject: [PATCH] keep document user in access_log_format setting --- gunicorn/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index b2af17c1f..2376a765c 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -1403,7 +1403,7 @@ class AccessLogFormat(Setting): =========== =========== 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