The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

748 Modules
496 Ready
245 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

Buggregator Logger

magenius/module-buggregator

Sends Magento 2 Monolog records to a Buggregator debugging server endpoint, enabling centralized log viewing and analysis outside of the Magento file system.

0
Downloads
0
GitHub Stars
4d ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

Coding Standard
L4 PHPStan

Tested on Magento 2.4.8-p4

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.8-p4
Mar 26, 2026

Share This Module's Status

Buggregator Logger Magento compatibility status badge

README

Loaded from GitHub

Magenius Buggregator Logger for Magento 2

Magento 2 module for sending Monolog records to a Buggregator endpoint.

Features

  • Adds custom Monolog handler Magenius\Buggregator\Logger\Handler\Buggregator
  • Supports server configuration in Magento Admin (Stores > Configuration > Advanced > Developer > Buggregator logs)
  • Uses MONOLOG_SERVER environment variable as fallback when config value is empty
  • Supports tcp://, udp://, tls://, and unix:// connection strings
  • Can be enabled/disabled with Magento config dev/buggregator_logs/enable

Requirements

  • Magento 2.3.5+
  • PHP ~7.4.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

Installation

  1. Install module from Packagist:
composer require magenius/module-buggregator
  1. Run Magento setup commands:
bin/magento module:enable Magenius_Buggregator
bin/magento setup:upgrade
bin/magento cache:flush

Configuration

  1. Set server in Magento Admin:
    • Stores > Configuration > Advanced > Developer > Buggregator logs > Server
  2. Use a connection string, for example:
    • tcp://127.0.0.1:1025
    • udp://127.0.0.1:9912
    • unix:///tmp/buggregator.sock
  3. Enable the module config in Magento Admin:
    • Stores > Configuration > Advanced > Developer > Buggregator logs > Enable Buggregator Logging
  4. Optional fallback:
    • if Server is empty, set MONOLOG_SERVER in environment

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.