Type
magento2-module
This Magento 2 module allows developers to view the latest report file from ./var/report/ or download the entire log and report folder as a tar file.
magento2-module
OSL-3.0
None
None
None
None
None
This Magento 2 module allows developers to view the latest report file from ./var/report/
or download the entire log and report folder as a tar file.
This module is available for free on GitHub or Magento Marketplace.
composer config repositories.magenizr/magento2-debugger git https://github.com/magenizr/Magenizr_Debugger.git
composer require "magenizr/magento2-debugger":"1.0.0"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing magenizr/magento2-debugger (1.0.0): Downloading (100%)
Writing lock file
Generating autoload files
php bin/magento module:enable Magenizr_Debugger --clear-static-content
php bin/magento setup:upgrade
tar -xzf Magenizr_Debugger_1.0.0.tar.gz
../app/code/Magenizr/Debugger/
.php bin/magento module:enable Magenizr_Debugger --clear-static-content
php bin/magento setup:upgrade
System > Permissions > User Roles
. The ACL resource is System > Tools > Debugger
. Beside that, it can be restricted to one or multiple usernames or IP addresses.Stores > Configuration > Advanced > Developer > Debugger
. All features are enabled by default../var/report/
directly on the dashboard../var/log/
or ./var/report/
as a tar file.The Dashboard
of the module can be found in the backend section Stores > Tools > Debugger
.
If you have any issues with this extension, open an issue on Github. For a custom build, don't hesitate to contact us on Magento Marketplace.
Follow us on GitHub, Twitter and Facebook.
===== 1.0.0 ===== * Stable version