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
GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs
Share This Module's Status
README
Loaded from GitHubMagenius 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_SERVERenvironment variable as fallback when config value is empty - Supports
tcp://,udp://,tls://, andunix://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
- Install module from Packagist:
composer require magenius/module-buggregator
- Run Magento setup commands:
bin/magento module:enable Magenius_Buggregator
bin/magento setup:upgrade
bin/magento cache:flush
Configuration
- Set server in Magento Admin:
Stores > Configuration > Advanced > Developer > Buggregator logs > Server
- Use a connection string, for example:
tcp://127.0.0.1:1025udp://127.0.0.1:9912unix:///tmp/buggregator.sock
- Enable the module config in Magento Admin:
Stores > Configuration > Advanced > Developer > Buggregator logs > Enable Buggregator Logging
- Optional fallback:
- if
Serveris empty, setMONOLOG_SERVERin environment
- if
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.