Browse Source

Fixed #34781 -- Updated logging ref docs for django.server's request extra context value.

Keryn Knight 1 year ago
parent
commit
428023e267
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/logging.txt

+ 1 - 1
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: