summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authortuturuu <zedddiezxc@gmail.com>2026-01-12 10:36:13 +0100
committertuturuu <zedddiezxc@gmail.com>2026-01-12 10:36:13 +0100
commite61ae680f6bf29c8a36ff22c97dc85c1f4d7469f (patch)
treedf18e9481e11e770e19bd91434968878a556773d /TODO.md
parent1e2487fd5f63831f12d63bbc018200c8e8fadf70 (diff)
Add logging thoughts & considerations
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index fe32042..00208cb 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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.)-->