https://github.com/juashyam/logviewer
Magento 2 module to view and download system logs / reports in the admin.
https://github.com/juashyam/logviewer
log magento magento2 magento2-extension magento2-module php reports
Last synced: 6 months ago
JSON representation
Magento 2 module to view and download system logs / reports in the admin.
- Host: GitHub
- URL: https://github.com/juashyam/logviewer
- Owner: juashyam
- Created: 2019-04-16T10:44:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T13:26:41.000Z (about 1 year ago)
- Last Synced: 2025-04-12T22:06:26.379Z (6 months ago)
- Topics: log, magento, magento2, magento2-extension, magento2-module, php, reports
- Language: PHP
- Homepage: https://juashyam.com/projects/project-log-viewer/
- Size: 26.4 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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
[Shyam Kumar](https://github.com/juashyam)
## License
This project is licensed under the MIT License