From 10b44e45256ddda4258ae032b8d4725a3e3284e6 Mon Sep 17 00:00:00 2001 From: Samir Shah Date: Thu, 13 Jul 2017 07:09:18 +0300 Subject: Fixed #26688 -- Fixed HTTP request logging inconsistencies. * Added logging of 500 responses for instantiated responses. * Added logging of all 4xx and 5xx responses. --- docs/topics/logging.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.3