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
fur service restart foxora logs
bash
fur logs [name] [ N] [ ...] []
fur logs 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 200 # tail
fur logs install 1h # filter by command label
fur logs # browser dashboardLogs 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.