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.logLog files
All logs live under logs/:
csm.log— consolidated logYYYY-MM-DD_HH-MM-SS_command-name.log— per-command logs
How is this guide?
Last updated on