Where are Magento's log files located?

前端 未结 3 1048
陌清茗
陌清茗 2021-01-31 01:34

I am new to Magento. I can\'t find log files in Magento. I googled it, but the Magento Commerce site returns closed and some other sites explain how to create custom log files.

3条回答
  •  [愿得一人]
    2021-01-31 02:31

    To create your custom log file, try this code

    Mage::log('your debug message', null, 'yourlog_filename.log');
    

    Refer this Answer

提交回复
热议问题