hmh/magento2-track-config-change

Tracks admin system configuration changes and logs them for review.

Maintainers

Package info

github.com/frey338111/magento2-config-tracking

Type:magento2-module

pkg:composer/hmh/magento2-track-config-change

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 0

dev-main 2026-01-13 19:30 UTC

This package is not auto-updated.

Last update: 2026-04-09 08:36:47 UTC


README

Admin module that records system configuration changes and exposes them in an admin grid.

Features

  • Captures config changes at save time with old/new values, user, and scope.
  • Shows changes in an admin listing with website/store filters and readable config labels.
  • Enables per-module switch to turn logging on/off.

Configuration

Admin path: HMH > Config Change Log > General > Enable

Config path: hmh_trackconfigchange/general/enable

Admin UI

Menu location: Reports > Site Monitor Tools > Config Change Tracking

Config change log grid

How It Works

  1. SystemConfigSavePlugin creates a pending log entry with the current value before save.
  2. AdminSystemConfigSaveObserver finalizes the entry after save with the new value and marks it complete.
  3. The UI grid renders the change with old/new values and scope information.

Installation

bin/magento module:enable Hmh_TrackConfigChange
bin/magento setup:upgrade
bin/magento cache:flush