From bd00154bf5c8a040b4c594a388277c455f2df6d2 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 8 Feb 2019 12:02:20 -0500 Subject: [PATCH] Add missing file_error handler --- resources/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/logging.py b/resources/logging.py index f34bf7a..7b5968e 100644 --- a/resources/logging.py +++ b/resources/logging.py @@ -98,7 +98,7 @@ LOGGING = { 'loggers': { # All basic logging. '': { - 'handlers': ['console', 'file_debug', 'file_info', 'file_warn'], + 'handlers': ['console', 'file_debug', 'file_info', 'file_warn', 'file_error'], 'level': 'DEBUG', 'propagate': False, } -- GitLab