Skip to content

Instantly share code, notes, and snippets.

@wwhiro200
Created April 11, 2017 22:57
Show Gist options
  • Save wwhiro200/3a09b0a442c7a340f905004767692417 to your computer and use it in GitHub Desktop.
Save wwhiro200/3a09b0a442c7a340f905004767692417 to your computer and use it in GitHub Desktop.
Logrotate sample for rails app
/var/www/[app_path]/shared/log/*.log {
daily
missingok
rotate 30
compress
delaycompress
notifempty
copytruncate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment