diff options
| author | John-Scott Atlakson <john-scott@greenlightgo.co> | 2016-06-22 03:38:34 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-22 06:39:08 -0400 |
| commit | 41ac92ef52b02731e6ecc129567166595cf6c178 (patch) | |
| tree | 5b726076ec2e033983514927f01e2788ca538c7f | |
| parent | 040d6055a27815350c69817bc5c15df96e70c4bb (diff) | |
[1.9.x] Fixed typo in docs/topics/logging.txt
Backport of 9a54face2572d67c7a31dc967bfb66af6e98165c from master
| -rw-r--r-- | docs/topics/logging.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index c58e5c13d6..06d9538732 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -575,7 +575,7 @@ 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. 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 :setting:`INTERNAL_IPS` setting; if not, it will include "EXTERNAL IP". |
