Created
October 1, 2015 13:51
-
-
Save csrutil/e0f0f13ef995d451f223 to your computer and use it in GitHub Desktop.
logrotate
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
| /webapp/shared/log/*.log { | |
| su deploy deploy | |
| size=20M | |
| missingok | |
| rotate 52 | |
| compress | |
| delaycompress | |
| notifempty | |
| copytruncate | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment