Skip to content

Instantly share code, notes, and snippets.

@cmckni3
Created February 3, 2016 16:38
Show Gist options
  • Save cmckni3/da58d151ceab519d0d12 to your computer and use it in GitHub Desktop.
Save cmckni3/da58d151ceab519d0d12 to your computer and use it in GitHub Desktop.
Rails 3 logrotate
/home/deploy/APPNAME/current/log/*.log {
daily
missingok
rotate 7
compress
delaycompress
notifempty
copytruncate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment