Laravel
Skip to main content

Admin audit log

← Back to Help

Admin audit log

The audit log is an append-only trail of material actions: user changes, sync jobs, console commands, webhooks, and similar events. Entries are created through the central audit service so support and compliance reviews have a consistent shape.

What to use it for

  • Answering “who changed this?” for roles, metrics, sync, and scorecard locks.
  • Correlating operator actions with integration runs in Admin sync.

Limitations

Audit entries must never store secrets. If something sensitive could appear in free text fields, operators should avoid pasting it.

Export

Where export is available, use it for offline analysis while respecting data handling policies.

Related topics