taurus-media/module-logger

Magento 2 logger extension

Maintainers

Package info

github.com/taurus-media/module-logger

Type:magento2-module

pkg:composer/taurus-media/module-logger

Transparency log

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-07-28 08:14 UTC

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.log noise by suppressing DEBUG and INFO records.

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