]> git.parisson.com Git - teleforma.git/commitdiff
add django general logger
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Jan 2023 13:34:14 +0000 (14:34 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 19 Jan 2023 13:34:14 +0000 (14:34 +0100)
app/settings.py

index b61b5197392a5e51504299f7d730cf216bc383eb..36d8e6abd21028f73ecba9d0a4e75f3a7032691a 100644 (file)
@@ -368,6 +368,11 @@ LOGGING = {
         },
     },
     'loggers': {
+        'django': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': True,
+        },
         'payment': {
             'handlers': ['file'],
             'level': 'DEBUG',