[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.

Backport of 5abed864ee from master
This commit is contained in:
Alex Morozov 2015-11-11 11:26:07 +03:00 committed by Tim Graham
parent 2315f5f45f
commit 361038ee03
4 changed files with 12 additions and 4 deletions

View file

@ -572,7 +572,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.