0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Removed the null handler in Django's default logging config.

It's unused since f0f327bb.
This commit is contained in:
Tim Graham 2015-03-24 08:26:14 -04:00
parent 01ec127bae
commit 987e4b91d6

View File

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