Audit Log
Tracks every create, update, and delete action across all auditable models with actor, timestamp, and changed fields.
Overview
The Auditable trait logs changes to a centralized audit table, capturing the user who performed the action, the affected resource, the type of change, and the specific field values before and after modification.
Key Features
- Action type filter — Filter entries by Created, Updated, or Deleted actions to focus on the changes that matter.
- User filter — Narrow results to actions performed by a specific user.
- Readable resource names — Affected resources are resolved to human-readable names rather than displaying raw UUIDs.
- Access — The audit log is accessible from Organization > Audit Logs.