Skip to content

Instantly share code, notes, and snippets.

@oscar-reales-interactiv4
Created May 5, 2013 13:58
Show Gist options
  • Save oscar-reales-interactiv4/5520907 to your computer and use it in GitHub Desktop.
Save oscar-reales-interactiv4/5520907 to your computer and use it in GitHub Desktop.
magento clean log tables from shell Execute this command from your magento root path to clean all log tables older than 1 day (ignoring preferences in magento backend). You can specify the --days as parameter.
php -f shell/log.php -- clean --days 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment