Skip to content

Instantly share code, notes, and snippets.

@GideonBabu
Created November 22, 2018 13:33
Show Gist options
  • Select an option

  • Save GideonBabu/5940f351714dd3836ae07b94e5a668b6 to your computer and use it in GitHub Desktop.

Select an option

Save GideonBabu/5940f351714dd3836ae07b94e5a668b6 to your computer and use it in GitHub Desktop.
Setup Logrotate on the server
/var/www/html/var/log/*.log {
daily
missingok
rotate 14
compress
notifempty
create 0777 www-data www-data
}
setup cron job
/usr/sbin/logrotate -s /var/www/html/var/log/logrotate.status /var/www/html/html/app/etc/magento-logrotate.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment