summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorKeryn Knight <keryn@kerynknight.com>2023-08-23 02:43:18 +0100
committerNatalia <124304+nessita@users.noreply.github.com>2023-08-22 22:44:46 -0300
commitf55b420277083f2224fe5ef82ccdea66debaa3f3 (patch)
tree190e914e6e455f6922805a8cbac8259a4d98be59 /docs/ref
parent46b2b08e4531012357dc359809588cbd61a38225 (diff)
[4.2.x] Fixed #34781 -- Updated logging ref docs for django.server's request extra context value.
Backport of 428023e2677aeb80d86b19f90b0c6b82c7cb666d from main
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/logging.txt2
1 files changed, 1 insertions, 1 deletions
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: