Relied on NullHandler from the logging stdlib module.

This commit is contained in:
Aymeric Augustin 2013-07-01 23:14:44 +02:00
parent 6a0374d037
commit 6c66a41c3d
2 changed files with 4 additions and 12 deletions

View file

@ -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',