Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeelq/magento2-log-viewer-downloader
A module that shows list of all log files from var/log folder in admin backOffice area. User can view any listed log file in the log viewer supplied by the module directly in the admin backOffice, as well as download the log file for offline viewing.
https://github.com/adeelq/magento2-log-viewer-downloader
adobe-commerce adobecommerce composer magento2 magento2-extension magento2-extension-free magento2-module open-source php
Last synced: 27 days ago
JSON representation
A module that shows list of all log files from var/log folder in admin backOffice area. User can view any listed log file in the log viewer supplied by the module directly in the admin backOffice, as well as download the log file for offline viewing.
- Host: GitHub
- URL: https://github.com/adeelq/magento2-log-viewer-downloader
- Owner: adeelq
- License: mpl-2.0
- Created: 2024-01-30T04:58:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T13:41:06.000Z (9 months ago)
- Last Synced: 2024-09-14T22:25:36.994Z (about 2 months ago)
- Topics: adobe-commerce, adobecommerce, composer, magento2, magento2-extension, magento2-extension-free, magento2-module, open-source, php
- Language: PHP
- Homepage: https://www.linkedin.com/in/adqamar/
- Size: 880 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Magento 2 - Logs Viewer & Downloader
======
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](LICENSE)A module that shows list of all log files from var/log folder. User can view the logs file in the viewer as well as download it.
## Requirements
- Magento 2.3+
- Adeelq core module## Installation
It is recommended to use [composer](https://getcomposer.org) to install the module.
```bash
composer require adeelq/magento2-log-viewer-downloader
```
If you do not use composer, ensure that you also load any dependencies that this module has.## Screenshots
### Menu
![menu.jpeg](menu.jpeg)### Logs files page
![list.jpeg](list.jpeg)### Logs file viewer
![viewer.jpeg](viewer.jpeg)