Commit 41ac92ef authored by John-Scott Atlakson's avatar John-Scott Atlakson Committed by Tim Graham
Browse files

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

Backport of 9a54face from master
parent 040d6055
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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".