yireo/magento1-disablelog

Disable all Magento logging to the database


Keywords
magento, composer-installer
License
OSL-3.0

Documentation

Yireo DisableLog

Magento extension to disable Magento logging to the database

More information: https://www.yireo.com/software/magento-extensions/disablelog

You can install this module in various ways:

1) Download the MagentoConnect package from our site and upload it into your own Magento Downloader application.

2) Download the Magento source archive from our site, extract the files and upload the files to your Magento root. Make sure to flush the Magento cache. Make sure to logout once you're done.

3) Use modman to install the git repository for you:

modman init
modman clone https://github.com/yireo/Yireo_DisableLog
modman update Yireo_DisableLog

4) Use composer to install the composer package for you. See the file COMPOSER.md for hints.