mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Relied on NullHandler from the logging stdlib module.
This commit is contained in:
parent
6a0374d037
commit
6c66a41c3d
2 changed files with 4 additions and 12 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue