Logs & monitoring

Structured logs, module health and events.

Logs #

KV__LOGGING__LEVEL=info
KV__LOGGING__FORMAT=json     # ou pretty
KV__LOGGING__LOG_DIR=/var/log/kubuno
journalctl -u kubuno -f
tail -f /var/log/kubuno/error.log

Module health #

Each module sends a heartbeat to the core every 30 s; its status moves to degraded then stopped if it stops responding. Application events are logged in the core.event_log table.