-
-
Save LoicMahieu/e5697f38c02566aa03c6 to your computer and use it in GitHub Desktop.
Logrotate for pm2
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
/root/.pm2/logs/*.log { | |
daily | |
rotate 52 | |
missingok | |
notifempty | |
compress | |
sharedscripts | |
dateext | |
dateformat %Y-%m-%d | |
postrotate | |
pm2 reloadLogs | |
endscript | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment