fixup! 🔇(backend) silence noisy request summary info logs

This commit is contained in:
lebaudantoine
2026-09-08 18:58:38 +02:00
parent 1035f2821f
commit 9531a2daeb
+5 -1
View File
@@ -1143,7 +1143,11 @@ class Base(Configuration):
},
"loggers": {
"request.summary": {
"level": "WARNING",
"level": values.Value(
"WARNING",
environ_name="LOGGING_LEVEL_REQUEST_SUMMARY",
environ_prefix="",
)
},
"core": {
"handlers": ["console"],