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.
//! Log-retention policy and scheduling.
//!//! [`RetentionPolicy`]/[`RetentionConfig`] define how long log rows are kept;
//! [`RetentionScheduler`] runs the periodic cleanup that enforces them.
pubmodpolicies;pubmodscheduler;pubusepolicies::{RetentionConfig, RetentionPolicy};pubusescheduler::RetentionScheduler;