E commerce
- October 12, 2009
Magento log cleaner
Magento, in earlier versions, does not seem to handle log cleaning very well. A lot of configuration options are vailable under the configuration  / Advanced / System menu, that seem to have an impact on the cron.php process. But trying to remove logs this way is a complicated task that involves full log counting (select count on mage_log_visitor) and the result is not always there, don’t know why. A full truncate on log tables seems more appropriate, as described on the knowledge base, to use with caution obviously : Magento Maintenance Script was posted a few days ago but I tried it and it’s pretty efficient. Let us know how it performed on your install, on mine it works well. Go ahead after you’ve performed the appropriate backups !




One Response to “Magento log cleaner”
March 16, 2010 - Kat
I also noticed my Log Cleaning isn’t at all performed. I’m working on Magento v 1.3.2.4.
Thanks for explaining why this isn’t working. I guess I’ll also need to implement the Magento Maintenance Script you mentioned.