summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.)-->