]> git.parisson.com Git - teleforma.git/commitdiff
log everything
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 10 Oct 2022 14:21:40 +0000 (16:21 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 10 Oct 2022 14:21:40 +0000 (16:21 +0200)
app/settings.py

index 512e9ba766205723bc2db9bedfd2e7c7cf077de1..62aeaa030879b2ad20a7b2a20ae72d83204deb8e 100644 (file)
@@ -354,14 +354,9 @@ LOGGING = {
         },
     },
     'loggers': {
-        'payment': {
+        '': {
             'handlers': ['file'],
-            'level': 'DEBUG',
-            'propagate': True,
-        },
-        'websocket': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
+            'level': 'INFO',
             'propagate': True,
         },
     },