[extensions-web/deploy] settings: try to simplify logging configuration #2



commit e469cc00a4df1b8fcca53765a1e4a78713e25e04
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Dec 17 22:11:57 2018 +0400

    settings: try to simplify logging configuration #2

 sweettooth/settings.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 3a94818..0f88098 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -162,6 +162,7 @@ COMMENTS_APP = 'sweettooth.ratings'
 # See http://docs.djangoproject.com/en/dev/topics/logging for
 # more details on how to customize your logging configuration.
 LOGGING = {
+    'version': 1,
     'handlers': {
         'console': {
             'filters': None


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