mirror of
https://github.com/django/django.git
synced 2024-12-24 10:05:46 +00:00
[4.2.x] Fixed #34781 -- Updated logging ref docs for django.server's request extra context value.
Backport of 428023e267
from main
This commit is contained in:
parent
46b2b08e45
commit
f55b420277
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user