From e61ae680f6bf29c8a36ff22c97dc85c1f4d7469f Mon Sep 17 00:00:00 2001 From: tuturuu Date: Mon, 12 Jan 2026 10:36:13 +0100 Subject: Add logging thoughts & considerations --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. + -- cgit v1.2.3