🔇(backend) silence noisy request summary info logs

The request summary info logs were spamming the log stream, making
around 46% of the total volume, without carrying any exploitable
information.

Silence them so the remaining logs are easier to explore and cheaper
to store; roughly halves the overall log volume.
This commit is contained in:
lebaudantoine
2026-09-08 16:32:46 +02:00
parent 393d4dbb67
commit 1035f2821f
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ and this project adheres to
### Changed
- 🔇(backend) silence expected 401 warnings on /me
- 🔇(backend) silence noisy request summary info logs
## [1.31.0] - 2026-09-08
+3
View File
@@ -1142,6 +1142,9 @@ class Base(Configuration):
),
},
"loggers": {
"request.summary": {
"level": "WARNING",
},
"core": {
"handlers": ["console"],
"level": values.Value(