yireo / magento2-log-excludes
N/A
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:magento2-module
pkg:composer/yireo/magento2-log-excludes
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2025-10-15 08:24:08 UTC
README
A Magento 2 module that allows you to prevent certain messages from being written to log. Handy when there is a certain exception message triggered by bots without the need to investigate and without the need to have those messages flooding your logs.
Installation
composer require yireo/magento2-log-excludes bin/magento module:enable Yireo_LogExcludes
Note that this module does not work together with the Yireo Whoops plugin.
Configuration
Navigate in the Magento Admin Panel to Stores > Configuration > Advanced > Developer > Yireo LogExcludes and configure the following:
- Enable Log Filtering (
dev/yireo_logexcludes/enabled
) - Exclude Patterns (
dev/yireo_logexcludes/patterns
)