🔧(backend) backport logging configuration from docs

Backport the logging configuration from docs to LaSuite Meet after
discussion with @lunika.

Add a proper base logging setup to restore usable logs in production.
The initial repository bootstrap lacked a complete logging
configuration, resulting in limited operational visibility.
This commit is contained in:
lebaudantoine
2026-06-02 10:34:31 +02:00
committed by aleb_the_flash
parent a4997e7431
commit 28f652e035
2 changed files with 42 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
## Added
- 🔧(backend) backport logging configuration from docs
## [1.17.0] - 2026-05-31
### Added