From b4aa38d106e903a21773d3486885fd8d2fa8a660 Mon Sep 17 00:00:00 2001 From: Alex Morozov Date: Wed, 11 Nov 2015 11:26:07 +0300 Subject: [1.8.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does. Backport of 5abed864ee1cd31a0b920768b4abe85b26b43a4d from master --- docs/topics/logging.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/topics') diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index d88b1de064..67e1d104ad 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -555,7 +555,9 @@ Python logging module. message it receives. If the log record contains a ``request`` attribute, the full details - of the request will be included in the email. + of the request will be included in the email. The email subject will be + include the phrase "internal IP" if the client's IP address is in the + :setting:`INTERNAL_IPS` setting; if not, it will include "EXTERNAL IP". If the log record contains stack trace information, that stack trace will be included in the email. -- cgit v1.3