redchamps / module-log-restrictions
It will help you to allow only critical information to logs.
Installs: 211
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
This package is not auto-updated.
Last update: 2024-11-15 02:59:30 UTC
README
This Magento 2 extension will disallow INFO
& DEBUG
type entries in Magento logs when the store is in PRODUCTION mode.
Necessity
You may have seen system.log
& debug.log
filled with entries like
main.INFO: Add of item with id Magento_Backend::content was processed [] []
These entries are absolutely not required while store is in PRODUCTION mode. They create two main problems
- Grows the size of log file.
- Makes it very hard to look of real error messages.
Installation
composer require redchamps/module-log-restrictions
Customization
You may disallow other log types or disallow these entries in other modes along with PRODUCTION by adding or altering values in di.xml
Authors
License
This project is licensed under the Open Source License
ADS
Please visit our store for more free/paid extensions from us.