UNPKG

strapi-plugin-audit-logs

Version:

Comprehensive audit logging plugin for Strapi v5 that tracks all user interactions and system events with a clean admin interface and automatic cleanup

5 lines (4 loc) 144 B
module.exports = ({ strapi }) => { // Cleanup any resources when the plugin is destroyed strapi.log.info("Audit logs plugin destroyed"); };