From 6c66a41c3dc697dc3bda4e31e8b05084d2ede915 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 1 Jul 2013 23:14:44 +0200 Subject: Relied on NullHandler from the logging stdlib module. --- docs/topics/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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', -- cgit v1.3