juashyam / logviewer
Magento 2 Log and Report Viewer
Installs: 3 510
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.2.0|~7.3.0||~7.4.0|~8.1.0|~8.2.0
- magento/framework: *
This package is auto-updated.
Last update: 2024-10-13 17:05:09 UTC
README
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
Preview
Admin → System → System Messages and Errors
System Log(s) in backend
System Report(s) in backend
Authors
License
This project is licensed under the MIT License