🔊(backend) change the dockerflow logger level to WARNING

We want the liveness/readiness failure reason to show explicitly in logs
This commit is contained in:
briquet
2026-09-19 12:55:31 +02:00
committed by aleb_the_flash
parent c785b4a627
commit beb74af574
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ and this project adheres to
### Changed
- 🔊(backend) pin the dockerflow logger level to WARNING
- ♻️(backend) serve the dockerflow views early in the middleware stack
- 📈(frontend) include LiveKit SIDs in the connection analytics event
- 🔇(backend) silence expected 401 warnings on /me
+7
View File
@@ -1173,6 +1173,13 @@ class Base(Configuration):
environ_prefix="",
)
},
"dockerflow": {
"level": values.Value(
"WARNING",
environ_name="LOGGING_LEVEL_DOCKERFLOW",
environ_prefix="",
)
},
"core": {
"handlers": ["console"],
"level": values.Value(