Dimitris Ganotis
dganotis.dev
Published on

Introducing strapi-plugin-audit-logs

Authors
  • avatar
    Name
    Dimitris Ganotis
    Twitter

In the past few weeks I have been exploring Strapi and I published my first ever open source Strapi plugin: strapi-plugin-audit-logs.

The goal is simple: make it easier to answer the question "who changed what?" in a Strapi project. Audit logs are one of those things you do not think about until you really need them, especially in projects with multiple editors or teams.

Important note: this plugin is not a replacement for Strapi's official Audit Logs feature in their paid plans, which provides a broader enterprise-grade solution. I created this mainly for teams that need this specific feature in smaller projects, where a paid plan may not make sense yet, and because Strapi lifecycle events make this kind of extension possible. If Strapi is central to your business, consider supporting the platform with an official license.

You can find it here:

This post is a short introduction. I plan to publish a deeper follow-up with implementation details and lessons learned while building it.