diff options
| author | Keryn Knight <keryn@kerynknight.com> | 2023-08-23 02:43:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 22:43:18 -0300 |
| commit | 428023e2677aeb80d86b19f90b0c6b82c7cb666d (patch) | |
| tree | d3e48d31b5e7c4c146983b26343575e460dca817 /docs/ref | |
| parent | 48a1929ca050f1333927860ff561f6371706968a (diff) | |
Fixed #34781 -- Updated logging ref docs for django.server's request extra context value.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/logging.txt | 2 |
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: |
