mirror of https://github.com/django/django.git
Removed the null handler in Django's default logging config.
It's unused since f0f327bb
.
This commit is contained in:
parent
01ec127bae
commit
987e4b91d6
|
@ -34,9 +34,6 @@ DEFAULT_LOGGING = {
|
|||
'filters': ['require_debug_true'],
|
||||
'class': 'logging.StreamHandler',
|
||||
},
|
||||
'null': {
|
||||
'class': 'logging.NullHandler',
|
||||
},
|
||||
'mail_admins': {
|
||||
'level': 'ERROR',
|
||||
'filters': ['require_debug_false'],
|
||||
|
|
Loading…
Reference in New Issue