Skip to main content

Crate ito_logging

Crate ito_logging 

Source
Expand description

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

Structs§

Logger
Append-only telemetry logger.

Enums§

Outcome
High-level command outcome used for telemetry.