summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 23:14:44 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 23:16:25 +0200
commit6c66a41c3dc697dc3bda4e31e8b05084d2ede915 (patch)
tree72ee1b7c0576e90cdabbdcc5fa0024af831748e6 /docs/topics
parent6a0374d03705b04872ac72af2be92aedbf0c213f (diff)
Relied on NullHandler from the logging stdlib module.
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 e2e68a61a1..66c517d615 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -255,7 +255,7 @@ complex logging setup, configured using :func:`logging.config.dictConfig`::
'handlers': {
'null': {
'level': 'DEBUG',
- 'class': 'django.utils.log.NullHandler',
+ 'class': 'logging.NullHandler',
},
'console':{
'level': 'DEBUG',