Skip to content

Instantly share code, notes, and snippets.

@davidalexander
Last active September 17, 2016 08:46
Show Gist options
  • Save davidalexander/d6df48515313f9c0cf12 to your computer and use it in GitHub Desktop.
Save davidalexander/d6df48515313f9c0cf12 to your computer and use it in GitHub Desktop.
magento logrotate
# /etc/logrotate.d/magento
"/path/to/site/var/log/*.log"
"/path/to/another-site/var/log/*.log" {
compress
copytruncate
daily
missingok
notifempty
olddir archive
rotate 40
create 660 www-data www-data
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment