Trader Information
Back to topOverview
Back to topDaniel Navarro is a seasoned software architect and developer, bringing over a decade of specialized expertise in Magento projects to the table. Throughout this career, he has become an expert at optimizing, and deploying high-performing e-commerce solutions, driving digital transformations for businesses of all sizes.
This administrator-focused extension introduces an admin logger, enabling Magento 2 administrators to stay informed about admin-initiated modifications in the Magento Backoffice.
Features
- Logs all administrator actions performed in the Magento Backoffice, keeping track of who changed what.
- Allows defining exclusions based on Module Name, Controller, Action, and Administrator User, preventing irrelevant requests from being logged and helping to focus on what’s truly important.
- Automatically cleans up log entries to prevent excessive growth of the logger tables.
Installation
To install the extension, run the following commands:
- composer require bydn/admin-logger
- ./bin/magento module:enable Bydn_AdminLogger
- ./bin/magento setup:upgrade
After installation, clear the cache and deploy static content if necessary:
- ./bin/magento cache:clean
- ./bin/magento setup:static-content:deploy
Unistallation
To completely remove the extension, run:
- ./bin/magento module:uninstall Bydn_AdminLogger
- composer remove bydn/admin-logger
This extension does not modify any existing database tables, ensuring a clean uninstallation without leaving residual data.
Pricing
The extension is provided for free.
Technical Specifications
Back to topSeller profile
Seller contact
Current Version
2.0.2
Adobe Commerce platform compatibility
Adobe Commerce (cloud): 2.4 (current)
Adobe Commerce (on-prem): 2.4 (current)
Magento Open Source: 2.4 (current)
Type
Stable Build
Updated
05 February, 2025
Categories
Extensions, Reporting & Analytics
Quality Report
Back to topAll tests were conducted on the latest versions of Adobe Commerce that existed for the compatible release lines at the moment of the extension submission. Latest versions of all other software were used, as applicable.
Release Notes
Back to top2.0.2:
- Compatible with Adobe Commerce (cloud) : 2.4
- Compatible with Adobe Commerce (on-prem) : 2.4
- Compatible with Magento Open Source : 2.4
- Stability: Stable Build
-
Description:
Fix submitting to marketplace error. Previous version was declared to be compatible only with Commerce Cloud instead of all Magento versions.
2.0.1:
- Compatible with Adobe Commerce (cloud) : 2.4
- Stability: Stable Build
-
Description:
- Added a configuration option to fully disable the module (including its removal from the admin menu), in addition to the existing option that only pauses request logging while still allowing access to previously logged requests..
- Clarified the use of the configuration now called "Exclusions", which was previously named "Filters". Exclusions prevent new matching requests from being logged but do not affect already logged requests, which remain accessible in the report screen.
Support
Back to topThe best place to start if you need help with a specific extension is to contact the developer. All Adobe Commerce developers have both a contact email and a support email listed.
Contact Vendor