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

This commit is contained in:
Keryn Knight 2023-08-23 02:43:18 +01:00 committed by GitHub
parent 48a1929ca0
commit 428023e267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: