feat: stdout logging capabilities

- Added feature "stdout_logging" (see README)
- Added config.loglevel option (see config.toml)
- Logging some common things
- Hopefully fix on_new_day_started
This commit is contained in:
Alexey 2026-05-08 16:04:39 +03:00
commit 28b842b8c4
8 changed files with 669 additions and 550 deletions

View file

@ -1,5 +1,8 @@
# Default Aliveline config
# Set stdout logging level from 0 to 5, higher is more verbose
loglevel = 3
# Paths may be relative to config directory or absolute
[paths]
logs = "logs"