pub fn read_audit_entries() -> Result<Vec<ProviderAuditEntry>, String>Expand description
Read all entries (one per line). Missing file → empty Vec. Malformed
lines are skipped with a tracing::warn!.
pub fn read_audit_entries() -> Result<Vec<ProviderAuditEntry>, String>Read all entries (one per line). Missing file → empty Vec. Malformed
lines are skipped with a tracing::warn!.