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
1 changed files with 0 additions and 3 deletions

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