refactor: update logging configuration

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
This commit is contained in:
Noste
2026-01-18 20:36:10 +01:00
parent f6fe310e3e
commit 8f81c7ffea
15 changed files with 163 additions and 275 deletions
+4 -3
View File
@@ -103,7 +103,8 @@ cors:
allow_credentials: false
max_age: 3600
# Logging
# Logging Configuration
# The application uses zerolog for structured logging
logging:
level: "info" # debug, info, warn, error
format: "json" # json, text
level: "info" # Options: debug, info, warn, error
format: "text" or "json"