A simple Magento 2 module to view system logs (var/log) and system reports (var/report) in the Admin.
🚀 Installation
composer require juashyam/logviewer
php bin/magento module:enable Juashyam_LogViewer
php bin/magento setup:upgrade
📋 Features
- ✅ 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
📄 Configuration
Admin → System → System Messages and Errors
🖥 Preview
🏛️ License
MIT