mirror of
https://github.com/django/django.git
synced 2025-10-28 08:06:09 +00:00
[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Backport of 5abed864ee from master
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user