[extensions-web/deploy] settings: fix typo



commit 649c2810a573372a3212724dafe6f64a991a2ac3
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Dec 17 22:24:45 2018 +0400

    settings: fix typo

 sweettooth/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 7f11db5..2e5b070 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -164,7 +164,7 @@ COMMENTS_APP = 'sweettooth.ratings'
 from django.utils.log import DEFAULT_LOGGING as LOGGING
 
 LOGGING["handlers"]["console"]["filters"] = None
-LOGGING["handlers"]["console"]["level"] = "Debug"
+LOGGING["handlers"]["console"]["level"] = "DEBUG"
 LOGGING["loggers"]["django"]["level"] = os.getenv('EGO_LOG_LEVEL', 'WARN')
 
 


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