systemprompt-logging 0.2.2

Tracing and audit infrastructure for systemprompt.io AI governance. Structured events, five-point audit traces, and SIEM-ready JSON output — part of the MCP governance pipeline.
Documentation
1
2
3
4
5
pub mod policies;
pub mod scheduler;

pub use policies::{RetentionConfig, RetentionPolicy};
pub use scheduler::RetentionScheduler;