Created
August 22, 2011 21:53
-
-
Save deadkarma/1163716 to your computer and use it in GitHub Desktop.
rails log rotator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/apps/*/shared/*.log { | |
daily | |
missingok | |
rotate 52 | |
compress | |
delaycompress | |
notifempty | |
create 777 root adm | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment