docs.sivert.io
Reference

Logging system

Where logs go and how to inspect them.

Every command is automatically logged for debugging.

View logs

Via TUI:

  • Tools tab → View recent command logs

From terminal:

csm logdir
tail -f logs/csm.log

Log files

All logs live under logs/:

  • csm.log — consolidated log
  • YYYY-MM-DD_HH-MM-SS_command-name.log — per-command logs

How is this guide?

Last updated on

On this page