diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/logging.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 3a0aa9c249..5772df0341 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -468,7 +468,8 @@ posted using this name but instead using one of the loggers below. Log messages related to the handling of requests. 5XX responses are raised as ``ERROR`` messages; 4XX responses are raised as ``WARNING`` -messages. +messages. Requests that are logged to the ``django.security`` logger aren't +logged to ``django.request``. Messages to this logger have the following extra context: |
