# Audit Logs Gold (opens new window)
The Audit Logs section provides a display of all activities performed by users of the Strapi application.
Audit logs are only accessible to users with the Super Admin role by default. They are available in the Administration Panel section of the Settings panel.
# Events logged
The following events are logged:
Event | Actions |
---|---|
Content Type | create , update , delete |
Entry (draft/publish) | create , update , delete , publish , unpublish |
Media | create , update , delete |
Login / Logout | success , fail |
Role / Permission | create , update , delete |
User | create , update , delete |
For each log item the following information is displayed:
- Action: The type of action performed by the user. For example
create
orupdate
. - Date: The date and time of the action.
- User: The user who performed the action.
- Details: Displays a modal with more details about the action. For example the User IP address, the request body, or the response body.
# Log details
For any log item, click the Details icon to display a modal with more details about that action.