[damned-lies] fix: did not specify a version in logging



commit b78e878e51de0aded9e13f2c7290d5af25b848e8
Author: Guillaume Bernard <contact guillaume-bernard fr>
Date:   Fri Apr 29 15:36:38 2022 +0200

    fix: did not specify a version in logging

 damnedlies/settings.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index 40819154..d026d29a 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -207,6 +207,7 @@ if USE_DEBUG_TOOLBAR:
     INSTALLED_APPS.append('debug_toolbar')
 
 LOGGING = {
+    "version": 1
     "disable_existing_loggers": False,
     "loggers": {
         "django.db.backends": {


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