From f55b420277083f2224fe5ef82ccdea66debaa3f3 Mon Sep 17 00:00:00 2001 From: Keryn Knight Date: Wed, 23 Aug 2023 02:43:18 +0100 Subject: [PATCH] [4.2.x] Fixed #34781 -- Updated logging ref docs for django.server's request extra context value. Backport of 428023e2677aeb80d86b19f90b0c6b82c7cb666d from main --- docs/ref/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/logging.txt b/docs/ref/logging.txt index a117f0863c..b11fb752f7 100644 --- a/docs/ref/logging.txt +++ b/docs/ref/logging.txt @@ -164,7 +164,7 @@ Messages to this logger have the following extra context: * ``status_code``: The HTTP response code associated with the request. -* ``request``: The request object that generated the logging message. +* ``request``: The request object (a :py:class:`socket.socket`) that generated the logging message. .. _django-template-logger: