diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2010-12-19 19:20:25 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2010-12-19 19:20:25 +0000 |
| commit | 6fc7d829dc7e657fff1eb6684d97e21a35623734 (patch) | |
| tree | 2902baad6d5a0448799fdd23f74685ad78cd0902 /docs | |
| parent | 5219bc9f84ed584eb2ad4323482d77828712b409 (diff) | |
Fixed #14923 -- corrected a typo in the logging documentation. Thanks to David Foerster for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/logging.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index 3605b0c9cd..845db20d48 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -396,8 +396,8 @@ Django provides three built-in loggers. ``django`` is the catch-all logger. No messages are posted directly to this logger. -``django.requests`` -~~~~~~~~~~~~~~~~~~~ +``django.request`` +~~~~~~~~~~~~~~~~~~ Log messages related to the handling of requests. 5XX responses are raised as ``ERROR`` messages; 4XX responses are raised as ``WARNING`` |
