ito-logging 0.1.1

Logging and telemetry for Ito
Documentation

Telemetry logging for Ito.

This crate records low-volume execution events to a JSONL file under the user's config directory. The output is designed to be append-only and resilient: failures to read/write telemetry should never break the main command flow.

The logger intentionally stores only coarse metadata:

  • a stable-but-anonymized project_id derived from a per-user salt
  • a session_id persisted under .ito/session.json when available