Skip to content

Instantly share code, notes, and snippets.

@LoicMahieu
Last active August 29, 2015 14:04
Show Gist options
  • Save LoicMahieu/e5697f38c02566aa03c6 to your computer and use it in GitHub Desktop.
Save LoicMahieu/e5697f38c02566aa03c6 to your computer and use it in GitHub Desktop.
Logrotate for pm2
/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