Field note
Field Notes from an Audit Trail That Answered the Wrong Question
An audit trail built to prove compliance could list every action taken, but the incident needed to know why an action was allowed, and that answer lived nowhere.
The trail was complete, timestamped, and useless. Every entry described what happened; the investigation needed to know why the system permitted it, and that column did not exist.
What the team changed
- Every entry now records the grant and policy version that allowed it.
- Denials log with the same fidelity as approvals.
- Review queries were rewritten to start from authorization, not activity.
Use the audit schema, AuthGuardian, and architecture guide to make the trail answer why it was allowed, not only what ran.