kiwicommerce/magento2-admin-activity

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

Closed this issue · 2 comments

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 [] []

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