summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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',