A simple Magento 2 module to view system logs (var/log
) and system reports (var/report
) in the Admin.
composer require juashyam/logviewer
php bin/magento module:enable Juashyam_LogViewer
php bin/magento setup:upgrade
- Shows all log and report files recursively in a tree
- Allows log and report files to be downloaded
- Supports ACL to restrict access to the log and report files
- Zero configuration
Admin → System → System Messages and Errors
This project is licensed under the MIT License