]> git.parisson.com Git - teleforma.git/commitdiff
DEBUG to WARNING
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 28 Mar 2023 06:16:58 +0000 (08:16 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 28 Mar 2023 06:16:58 +0000 (08:16 +0200)
app/settings.py

index a76b2731dbda4903c1e4cb0203cf84f36c7ece68..f9b88d8974945c838f9e715418f51bedef298d89 100644 (file)
@@ -373,7 +373,7 @@ LOGGING = {
     'loggers': {
         'django': {
             'handlers': ['file'],
-            'level': 'DEBUG',
+            'level': 'WARNING',
             'propagate': True,
         },
         'payment': {