Created
June 3, 2021 06:14
-
-
Save zelic91/eb528be47eacddca2b6ac0516777bf45 to your computer and use it in GitHub Desktop.
Log rotate template
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
/home/<some directories>/log/*.log { | |
daily | |
rotate 7 | |
size 10M | |
compress | |
delaycompress | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment