mxr logs
Generated from
mxr logs --help. Edit the clap definitions incrates/daemon/src/cli/and re-runnpm run buildinsite/to regenerate.
View daemon logs
mxr logs [OPTIONS]Options
Section titled “Options”| Flag | Description |
|---|---|
--no-follow | — |
--level <LEVEL> | — |
--since <SINCE> | — |
--search <SEARCH> | Free-text substring filter applied to each log line. Case-insensitive |
--limit <LIMIT> | Maximum lines to return when not following. Default 200 [default: 200] |
--purge | — |
--format <FORMAT> | Output format. json/jsonl emit one JSON object per line with { timestamp, level, message } fields parsed from the log line [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Use When
Section titled “Use When”Inspect daemon logs without digging through runtime files. Combine --level, --search, and --limit to zero in on incidents.
Everyday Examples
Section titled “Everyday Examples”mxr logs --level warn --since 1hmxr logs --search 'timeout' --limit 200 --format jsonlmxr logs --level error --since 24h --search 'gmail' # past errors mentioning GmailSee also
Section titled “See also”- CLI overview — full command index
- Concepts — query operators, search modes, JSON shapes
- Automation contract — which commands support
--format json,--dry-run, stdin