Magento – Magento log is not writing in log folder

debugginglogmagento-1.9

Log files are not writing in the log folder but previously they are writing in the folder. Any idea about this?.

Best Answer

There are several possible options here:

  1. Logs have been disabled under System > Configuration > Developer > Log Settings > Enabled
  2. Your server is full and thus can't write to the logs anymore.
  3. Maybe there's nothing to log (which is a good thing as that means there's no error/warning to log on your website)
  4. Maybe your var/log folder permissions have changed and thus Magento cannot write to this folder anymore.
Related Topic