mirror of
https://github.com/django/django.git
synced 2025-08-18 17:50:58 +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:
parent
2315f5f45f
commit
361038ee03
4 changed files with 12 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue