taurus-media / module-logger
Magento 2 logger extension
Package info
github.com/taurus-media/module-logger
Type:magento2-module
pkg:composer/taurus-media/module-logger
1.0.0
2026-07-28 08:14 UTC
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2026-07-28 08:16:17 UTC
README
A lightweight Magento 2 module that adjusts the minimum severity level of the
default system logger. Out of the box, Magento writes every log record —
including DEBUG and INFO messages — to var/log/system.log, which quickly
becomes noisy on busy stores. This module raises the threshold to NOTICE so
that only meaningful records are persisted.
Features
- Reduces
system.lognoise by suppressingDEBUGandINFOrecords.
Installation
Install via Composer from your Magento root:
composer require taurus-media/module-logger
Then enable the module and run setup:
bin/magento module:enable Taurus_Logger
bin/magento setup:upgrade
bin/magento setup:di:compile # production mode only
bin/magento cache:flush