Skip to Content
CLILogs

Read agent logs

Show the most recent local agent log lines:

cmdop logs

cmdop logs prints the last 50 lines by default. Choose a different tail or follow new entries:

cmdop logs --lines 100 cmdop logs -n 100 cmdop logs --follow cmdop logs -f

For local troubleshooting, --path prints the active log path and --open opens its containing folder where the host supports a file manager.

cmdop logs --path cmdop logs --open

The other two views

cmdop status --logs (short form -l) appends a short tail to the health summary — a quick look, not a substitute for the full log.

cmdop agent logs gives agent-oriented output and supports --raw for the underlying structured entries. Note its tail default differs: 10 entries, where cmdop logs gives 50.

cmdop agent logs cmdop agent logs -n 50 cmdop agent logs --raw

What to include in support notes

When you report a connection or startup issue, include the command you ran, the status summary, and the relevant log tail. Do not paste tokens, join keys, PINs, or private file contents. If you need a machine-health snapshot instead of log lines, run cmdop care diagnose.

Last updated on