Audit Trails
A read-only log of everything the app has done — useful for confirming a scheduled job actually ran, or for reviewing PII-handling activity after the fact.
What gets logged
- Data generation and exports
- PII scans and anonymization runs
- Database connection changes
- API server actions
- Template changes
Each entry appears as an expandable row — timestamp, a color-coded action-type badge, a status icon, a message, and expandable metadata with the full details. The right sidebar summarizes total, success, and failure counts.
Controls
The toolbar has Refresh and Clear Logs. Clearing is permanent — there's no undo, so only clear once you're sure you don't need the history.