]> git.parisson.com Git - teleforma.git/commitdiff
back to error logging
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Feb 2026 22:26:24 +0000 (23:26 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Feb 2026 22:26:24 +0000 (23:26 +0100)
app/settings.py

index 0bbdd77724265ac129534066342d16ff7d401545..be381fc850eca5d5bc3d9b25b7dc0aef218f82d4 100644 (file)
@@ -266,7 +266,7 @@ LOGGING = {
     },
     'handlers': {
         'file': {
-            'level': 'INFO',
+            'level': 'ERROR',
             'class': 'logging.FileHandler',
             'filename': "/var/log/app/app.log",
             'formatter': 'simple',