diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,3 +44,9 @@ - [ ] `SIGINT` / `SIGTERM` = graceful shutdown - [ ] `SIGUSR1` / `SIGUSR2` = reload config or trigger debug dump - [ ] Block all non-fatal signals during critical sections (e.g. mount) + +### Logging + +Logging should not stop on printing colored messages to stdout +in addition, we __should__ send logs to /var/log/vigil.log or smth simmilar. +<!-- Also time to think how and where to store service logs, create generic /usr/local/log/vigil/*service_name*; or store them with /var/log/vigil/*service_name* etc.)--> |
