PHPackages                             rjds/magento2-module-log-viewer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. rjds/magento2-module-log-viewer

ActiveMagento2-module[Logging &amp; Monitoring](/categories/logging)

rjds/magento2-module-log-viewer
===============================

Magento 2 backend log viewer module.

v1.1.0(1mo ago)1239↓100%3MITPHPCI passing

Since Apr 24Pushed 1mo agoCompare

[ Source](https://github.com/RubenJ01/magento2-module-log-viewer)[ Packagist](https://packagist.org/packages/rjds/magento2-module-log-viewer)[ RSS](/packages/rjds-magento2-module-log-viewer/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

Magento 2 Log Viewer
====================

[](#magento-2-log-viewer)

[![Version](https://camo.githubusercontent.com/a63b067da66312f5f3044966a7ff912b2bd2876f0d5665ebefa9a5544c2c99cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726a64732f6d6167656e746f322d6d6f64756c652d6c6f672d7669657765722e737667)](https://packagist.org/packages/rjds/magento2-module-log-viewer)[![Downloads](https://camo.githubusercontent.com/6870f6796effcfe8e1395584f06f98c22c9f033a4b0893d450754126b9dabcfe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726a64732f6d6167656e746f322d6d6f64756c652d6c6f672d7669657765722e737667)](https://packagist.org/packages/rjds/magento2-module-log-viewer)[![License](https://camo.githubusercontent.com/f9d15dde603001d90b190990cb463db65abab196a19b2b4c15fc1e2e00c8d352/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f726a64732f6d6167656e746f322d6d6f64756c652d6c6f672d7669657765722e737667)](LICENSE)

A Magento 2 module to view and manage log files directly from the admin panel.

Installation
------------

[](#installation)

Install from Packagist:

```
composer require rjds/magento2-module-log-viewer
bin/magento module:enable Rjds_LogViewer
bin/magento setup:upgrade
bin/magento cache:flush
```

Overview
--------

[](#overview)

View Magento logs from the backend without SSH or filesystem access. The module provides an admin interface to:

- list available log files
- inspect log contents
- filter and search entries
- safely clear log files when needed

Quick Start
-----------

[](#quick-start)

1. Go to **Magento Admin**.
2. Navigate to **Reports &gt; Log Viewer &gt; View Logs**.
3. Select a log file (for example `system.log`, `exception.log`, or `debug.log`).
4. Review entries and apply filters/search as needed.

Screenshots
-----------

[](#screenshots)

### View Logs

[](#view-logs)

[![View Logs grid](docs/screenshots/view-logs-grid.png)](docs/screenshots/view-logs-grid.png)

### View Log

[](#view-log)

[![View Log detail](docs/screenshots/view-log-detail.png)](docs/screenshots/view-log-detail.png)

### Configure permissions

[](#configure-permissions)

Grant access to the Log Viewer in **System &gt; Permissions &gt; User Roles**.

Make sure administrators who need this feature have the appropriate ACL resource enabled.

Development
-----------

[](#development)

```
composer install
```

For local development in Magento:

```
bin/magento setup:upgrade
bin/magento cache:flush
```

Run your project quality checks (PHPStan, PHPCS, PHPUnit, etc.) according to your repository setup.

Contributing
------------

[](#contributing)

Contributions are welcome. See [`CONTRIBUTING.md`](CONTRIBUTING.md) for contribution guidelines, commit conventions, and pull request workflow.

Migrations
----------

[](#migrations)

If future major versions introduce breaking changes, migration notes will be documented in `MIGRATION.md`.

License
-------

[](#license)

This project is released under the MIT License. See `LICENSE` for details and `CHANGELOG.md` for release history.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance93

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 70% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

3

Last Release

36d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f14e57627c79da2510555b59c25b7becccb6363cfeb516bb115bb5a1fb3c215c?d=identicon)[RubenJ01](/maintainers/RubenJ01)

---

Top Contributors

[![RubenJ01](https://avatars.githubusercontent.com/u/45236226?v=4)](https://github.com/RubenJ01 "RubenJ01 (14 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![IIedetaxi](https://avatars.githubusercontent.com/u/144056962?v=4)](https://github.com/IIedetaxi "IIedetaxi (2 commits)")[![RubenJakob](https://avatars.githubusercontent.com/u/221114698?v=4)](https://github.com/RubenJakob "RubenJakob (1 commits)")

---

Tags

debuggingloggingmagento2magento2-modulephp

### Embed Badge

![Health badge](/badges/rjds-magento2-module-log-viewer/health.svg)

```
[![Health](https://phpackages.com/badges/rjds-magento2-module-log-viewer/health.svg)](https://phpackages.com/packages/rjds-magento2-module-log-viewer)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.8k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M259](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
