Hi Team,
how to disable log files in Magento 2?
Please help any one.
Hi Team,
how to disable log files in Magento 2?
Please help any one.
It is not possible without programming.
With programming, you can set your own (e.g., void) implementation of the \Psr\Log\LoggerInterface
instead of \Magento\Framework\Logger\Monolog
.
Thanks Dmitry