Besides the full log, the module surfaces activity in two other places in the admin.
Recent Activity on the dashboard
The admin dashboard at /admin gains a Recent Activity panel at the bottom of the page. It lists the ten most recent entries across all users with their time, actor, action and resource. The timestamp links to the entry's detail page, the actor to the user, and the resource to its admin page.
Click View full log to open the complete activity log. The panel is hidden when the module is disabled in settings.
Audit History on a user's page
Open any user from Admin > Users (the user page is /admin/user/<id>). Below the user's details, an Audit History section lists every entry where that user was the actor, newest first.
The panel has its own filters, independent of the main log:
| Filter | Matches |
|---|---|
| Action | Partial match on the action code, for example delete. |
| From / To | Inclusive date range. |
- Enter a filter and click Filter.
- Click Clear to remove the filters.
- Use the pagination links below the table to move through older entries. The page size follows the Entries per page setting.
The filters and page number are carried in the page URL as audit_action, audit_date_from, audit_date_to and audit_page, so they do not interfere with the user page itself.
Click View full log to open the main activity log already filtered to this user's ID, where you can add resource type filters or export the results.
Logins and logouts appear here too, since the user is the actor of their own user.login and user.logout events.