Created
March 14, 2015 08:32
-
-
Save maxd/51422635838e23ebf277 to your computer and use it in GitHub Desktop.
Logrotate config
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
/apps/*/current/log/*.log { | |
daily | |
missingok | |
rotate 14 | |
compress | |
delaycompress | |
notifempty | |
copytruncate | |
create 640 deployer deployer | |
su deployer deployer | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment