Audit Log
The audit log records all significant actions taken in Guidevera — page saves, deletions, user changes, comments, tags, imports, and more. It is accessible to Admins only and requires enableAuditLog to be enabled.
What is logged
Every action that modifies data is logged, including: page create, save, delete, restore, purge, import, status change, workflow change, tag update, comment add/delete, file operations, user management actions, review decisions, and webhook deliveries. Search queries that return no results are also logged.
What each entry contains
Each audit log entry shows: the action type, the affected entity type and ID, a human-readable detail string, the user who performed the action, their IP address, and the timestamp.
Accessing the audit log
Open the audit log from the admin menu or the Dashboard. The log shows the 200 most recent entries in reverse chronological order. There is no pagination or search — use the browser's find function to locate specific entries.
Enabling the audit log
The audit log is controlled by enableAuditLog in config/app.php. See Application Settings.