[extensions-web/deploy] Revert "settings: remove mail handler for now"



commit 8750d6251f15cfb07a641b013619c7d6711156ef
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Tue Dec 18 19:13:40 2018 +0400

    Revert "settings: remove mail handler for now"
    
    This reverts commit 860967d5053c040958b50d7b02a985f5cae388dd.

 sweettooth/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index dcc27ef..148dd24 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -167,7 +167,7 @@ LOGGING["handlers"]["console"]["filters"] = None
 LOGGING["handlers"]["console"]["level"] = "DEBUG"
 LOGGING["loggers"] = {
     'django': {
-        'handlers': ['console'],
+        'handlers': ['console', 'mail_admins'],
         'level': os.getenv('EGO_LOG_LEVEL', 'WARN'),
     }
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]