diff options
| author | tuturuu <zedddiezxc@gmail.com> | 2026-01-12 10:36:13 +0100 |
|---|---|---|
| committer | tuturuu <zedddiezxc@gmail.com> | 2026-01-12 10:36:13 +0100 |
| commit | e61ae680f6bf29c8a36ff22c97dc85c1f4d7469f (patch) | |
| tree | df18e9481e11e770e19bd91434968878a556773d /TODO.md | |
| parent | 1e2487fd5f63831f12d63bbc018200c8e8fadf70 (diff) | |
Add logging thoughts & considerations
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.)--> |
