kiwicommerce / magento2-admin-activity

Magento 2 - Admin Activity by KiwiCommerce
https://kiwicommerce.co.uk/extensions/magento2-admin-activity/
93 stars 76 forks source link

I see lines written in the var/admin activity.log file. Is there any option to disable it? #6

Closed Hanhan1989 closed 4 years ago

Hanhan1989 commented 5 years ago

In other words, stop writing logs in adminactivity.log because the information provided in the log file does not seem very useful.

[2019-09-09 14:46:33] adminactivityLogHandler.INFO: Method: KiwiCommerce\AdminActivity\Observer\SaveAfter::execute [] []
[2019-09-09 14:46:33] adminactivityLogHandler.INFO: Start time: 1568040393969 [] []
[2019-09-09 14:46:33] adminactivityLogHandler.INFO: Method: KiwiCommerce\AdminActivity\Observer\SaveBefore::execute [] []
[2019-09-09 14:46:33] adminactivityLogHandler.INFO: Start time: 1568040393979 [] []
victortodoran commented 4 years ago

@Hanhan1989 KiwiCommerce\AdminActivity\Helper\Benchmark set to BENCHMARK_ENABLE = 0;

Hanhan1989 commented 4 years ago

@victortodoran thanks