Skip to main content

Audit Logs

EnterpriseThis feature is available with an Enterprise plan.

The Audit Logs feature provides a searchable and filterable display of all activities performed by users of the Strapi application.

IDENTITY CARD
Plan
CMS Enterprise plan
Role & permission
Super Admin role in the project's admin panel
Activation
Available by default, if required plan
Environment
Available in both Development & Production environment
Audit Logs panelAudit Logs panel

Usage​

Path to use the feature: Settings > Administration Panel - Audit Logs

The Audit Logs feature logs the following events:

EventActions
Content Typecreate, update, delete
Entry (draft/publish)create, update, delete, publish, unpublish
Mediacreate, update, delete
Login / Logoutsuccess, fail
Role / Permissioncreate, update, delete
Usercreate, update, delete

For each log item, the following information is displayed:

  • Action: type of action performed by the user (e.g.create or update).
  • Date: date and time of the action.
  • User: user who performed the action.
  • Details: displays a modal with more details about the action (e.g. the User IP address, the request body, or the response body).

Filtering logs​

By default, all logs are displayed in reverse chronological order. You can filter the logs by:

  • Action: select the type of action to filter by (e.g create or update).
  • User: select the user to filter by.
  • Date: select a date (range) and time to filter by.
Audit Logs filtersAudit Logs filters

Accessing log details​

For any log item, click the icon to access a modal with more details about that action. In the modal, the Payload section displays the details in an interactive JSON component, enabling you to expand and collapse the JSON object.

Log details modalLog details modal