![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/yireo/magento2-disablelog2/ |
# Usage Just install the module and it will disable some logging. The following logs will be **disabled** when the `Yireo_DisableLog` module is installed: - In the customer module the `LogLastLoginAtObserver` class logs a succesfull login, responding to the event `customer_login`. - In the customer module the `LogLastLogoutAtObserver` class logs a succesfull logout, responding to the event `customer_logout`. The following tables are supposed to be free from new insertions: - `customer_log` - `customer_visitor` Note that this disables the feature of **Customers -> Now Online**. Under Magento 1, this module also prevented information to be logged to `report_*` tables. This has changed in Magento 2: You can disable the setting `reports/options/enabled` (**Reports > General Options > Enable Reports**) for this.