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.
To create your custom log file, try this code
Mage::log('your debug message', null, 'yourlog_filename.log');
Refer this Answer