hmh / magento2-track-config-change
Tracks admin system configuration changes and logs them for review.
Package info
github.com/frey338111/magento2-config-tracking
Type:magento2-module
pkg:composer/hmh/magento2-track-config-change
dev-main
2026-01-13 19:30 UTC
Requires
- php: >=7.4
- magento/module-backend: *
- magento/module-config: *
- magento/module-ui: *
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
How It Works
SystemConfigSavePlugincreates a pending log entry with the current value before save.AdminSystemConfigSaveObserverfinalizes the entry after save with the new value and marks it complete.- 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