Commit 987e4b91 authored by Tim Graham's avatar Tim Graham
Browse files

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

It's unused since f0f327bb.
parent 01ec127b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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'],