readymage / logger
ReadyMage logger
Installs: 28 793
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/magento2-base: ^2.3
This package is auto-updated.
Last update: 2025-07-07 15:03:57 UTC
README
Magento 2 module for a purpose of mirroring all logs and errors emitted by Magento default logger to stdErr. This is more convenient for centralized logging systems in dockerized environments.
Add to any Magento 2 project with following commands:
composer require readymage/logger --no-interaction --update-no-dev --prefer-dist php bin/magento module:enable ReadyMage_Logger