– In app/etc/di.xml file locate
<preference for="Magento\Framework\DB\LoggerInterface" type="Magento\Framework\DB\Logger\Quiet"/>
and change it to
<preference for="Magento\Framework\DB\LoggerInterface" type="Magento\Framework\DB\Logger\File"/>
– Pass constructor arguments like below. Check Magento\Framework\DB\Logger\File for more configuration options.
<type name="Magento\Framework\DB\Logger\File"> <arguments> <argument name="logAllQueries" xsi:type="boolean">true</argument> <argument name="debugFile" xsi:type="string">query.log</argument> </arguments> </type>
– Find log files under var directory
I feel that is one of the most significant info for me. And i am satisfied reading your article. But want to statement on few general things, The site style is wonderful, the articles is in reality nice : D. Just right process, cheers
Thanks for the info