summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-05 01:44:12 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-05 01:44:12 +0000
commit63d960ca2516753a1032d837d008f63a4786643d (patch)
tree31eddfdcf7d24da679083b8bd601ab7c8199e660 /docs/topics
parent9e153a31eefa2d5e35d40977be75fe489d294ebb (diff)
Refs #14388 -- ... and corrected the naming of a formatter in the sample logging config.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/logging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index c6ee6fd96a..cf5a6b0ed5 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -241,7 +241,7 @@ complex logging setup, configured using :meth:`logging.dictConfig`::
'version': 1,
'disable_existing_loggers': True,
'formatters': {
- 'explicit': {
+ 'verbose': {
'format': '%(levelname)s %(asctime)s %(module)s %(process)d %(thread)d %(message)s'
},
'simple': {