Ecto schema for an append-only audit log entry.
Logs can represent user actions, system actions, or HawkEx lifecycle events.
actor_* fields describe who performed the action. resource_* fields
describe what the action targeted. metadata stores structured event data.
Audit records are intended to be append-only. Prefer inserting new events over updating or deleting existing records.
Summary
Functions
Builds a changeset for an audit log entry.