diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-03-16 04:02:40 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-03-16 04:02:40 +0000 |
| commit | 2ee7cfcf1c671681e46b685f268797d175ecff20 (patch) | |
| tree | 7d33c218fd3d0b3497ae85dc3f1810414f08a384 /docs/topics | |
| parent | ccc972e750b9a3d6cfda1e20b2fbe066bf337427 (diff) | |
Corrected email --> e-mail in topics/logging.txt. Refs #15603
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/logging.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 062cd7f0f5..618decdd70 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -327,7 +327,7 @@ This logging configuration does the following things: message to stdout. This handler uses the `simple` output format. - * ``mail_admins``, an AdminEmailHandler, which will email any + * ``mail_admins``, an AdminEmailHandler, which will e-mail any ``ERROR`` level message to the site admins. This handler uses the ``special`` filter. @@ -470,11 +470,11 @@ Python logging module. .. class:: AdminEmailHandler() - This handler sends an email to the site admins for each log + This handler sends an e-mail to the site admins for each log 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 e-mail. If the log record contains stack trace information, that stack - trace will be included in the email. + trace will be included in the e-mail. |
