readymage / logger
ReadyMage logger
1.1.3
2025-03-07 13:57 UTC
Requires
- magento/magento2-base: ^2.3
This package is auto-updated.
Last update: 2026-03-07 16:25:29 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