Parcourir la source

Forgot to add subnets in loggers

Alexandre Aubin il y a 6 ans
Parent
commit
4506f47
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      coin/settings_base.py

+ 4 - 0
coin/settings_base.py

@@ -216,6 +216,10 @@ LOGGING = {
         "coin.billing": {
         "coin.billing": {
             'handlers': ['console'],
             'handlers': ['console'],
             'level': 'INFO',
             'level': 'INFO',
+        },
+        "coin.subnets": {
+            'handlers': ['console'],
+            'level': 'INFO',
         }
         }
     }
     }
 }
 }