1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

[1.9.x] Fixed typo in docs/topics/logging.txt

Backport of 9a54face2572d67c7a31dc967bfb66af6e98165c from master
This commit is contained in:
John-Scott Atlakson 2016-06-22 03:38:34 -07:00 committed by Tim Graham
parent 040d6055a2
commit 41ac92ef52

View File

@ -575,7 +575,7 @@ Python logging module.
message it receives. message it receives.
If the log record contains a ``request`` attribute, the full details If the log record contains a ``request`` attribute, the full details
of the request will be included in the email. The email subject will be of the request will be included in the email. The email subject will
include the phrase "internal IP" if the client's IP address is in the 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". :setting:`INTERNAL_IPS` setting; if not, it will include "EXTERNAL IP".