chore: auto-merge develop → main

Triggered by: 36821bd docs: add logging configuration to README (.env section)
This commit is contained in:
github-actions[bot]
2026-05-18 05:51:59 +00:00
+7
View File
@@ -198,6 +198,13 @@ SETTINGS_TOKEN=
# Optional: Demo mode — block all write operations at the router level
DEMO_MODE=false
# Optional: Logging
# LOG_LEVEL sets the minimum severity written to disk (DEBUG / INFO / WARN / ERROR)
# DEBUG also logs every SQL query executed against the database
LOG_LEVEL=INFO
LOG_ROTATE_HOURS=24 # hours before opening a new log file (default: 24)
LOG_MAX_FILES=14 # maximum number of rotated files to keep (default: 14)
```
### Web Server Configuration