Jannik
Jannik
Hello, I also spend quite a time with this issue. In my case, I missed to add some folder mounts to my Alloy Docker container, that were needed by cAdvisor...
Supercronic already supports structured logging. For json use `-json` CLI flag. ``` root@container:/var/www# /usr/local/bin/supercronic -json -test /crontab {"level":"warning","msg":"process reaping disabled, not pid 1","time":"2025-01-28T20:34:44+01:00"} {"level":"info","msg":"read crontab: /crontab","time":"2025-01-28T20:34:44+01:00"} {"level":"info","msg":"crontab is valid","time":"2025-01-28T20:34:44+01:00"} ```...