v4.1.0Home

Services & logs

Thin systemd wrappers and a structured logs surface — both terminal and a browser dashboard.

service

bash
fur service <status|start|stop|restart|enable|disable> <name>

Routes to systemctl with consistent JSON output. Names match the underlying unit (e.g. foxora-mcp.service).

bash
fur service status foxora-mcp
fur service restart foxora-mcp --json

logs

bash
fur logs [name] [-n N] [--since ...] [--follow]
fur logs --web

With no name, fur logs tails command telemetry — the local record of every fur invocation: argv, duration, success, and error category.

bash
fur logs                    # last 50 entries
fur logs -n 200 --follow    # tail
fur logs install --since 1h # filter by command label
fur logs --web              # browser dashboard

Logs web dashboard

  • Opens a local browser-based dashboard.
  • Supports span filtering across command labels.
  • Surfaces command frequency, success rates, and latency summaries.

Telemetry stays local

Telemetry events are written to ~/.local/state/fur; nothing is shipped off-host unless you wire up an exporter explicitly.