Created
May 29, 2012 08:33
-
-
Save smagch/2823311 to your computer and use it in GitHub Desktop.
logrotate for dogazei
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/log/seaport.log { | |
daily | |
rotate 5 | |
copytruncate | |
} | |
/var/log/bouncer.log { | |
daily | |
rotate 5 | |
copytruncate | |
} | |
/var/log/dogazei.org/*.log { | |
daily | |
rotate 10 | |
copytruncate | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment