mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-09 00:45:48 +00:00
🔇(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:
@@ -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
|
||||
|
||||
|
||||
@@ -1142,6 +1142,9 @@ class Base(Configuration):
|
||||
),
|
||||
},
|
||||
"loggers": {
|
||||
"request.summary": {
|
||||
"level": "WARNING",
|
||||
},
|
||||
"core": {
|
||||
"handlers": ["console"],
|
||||
"level": values.Value(
|
||||
|
||||
Reference in New Issue
Block a user