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:
parent
4c2ddde26f
commit
28b842b8c4
8 changed files with 669 additions and 550 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue