Skip to content

Instantly share code, notes, and snippets.

@denwwer
Last active February 19, 2016 01:42
Show Gist options
  • Save denwwer/6184924 to your computer and use it in GitHub Desktop.
Save denwwer/6184924 to your computer and use it in GitHub Desktop.
log rotate for rails logs
PATH_TO_RAILS_APP/log/*.log {
daily
missingok
rotate 30
dateext
compress
delaycompress
notifempty
copytruncate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment