diff options
| author | Samir Shah <solaris.smoke@gmail.com> | 2017-07-13 07:09:18 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-04 20:55:03 -0400 |
| commit | 10b44e45256ddda4258ae032b8d4725a3e3284e6 (patch) | |
| tree | de7c8b159c5104d3da1a2b51a946d35404be07d6 /docs | |
| parent | 2e1f674897e89bbc69a389696773aebfec601916 (diff) | |
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
* Added logging of 500 responses for instantiated responses.
* Added logging of all 4xx and 5xx responses.
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: |
