Top "Pm2-logrotate" questions

PM2 module to automatically rotate logs of processes managed by PM2.

How to disable/stop a pm2 module?

Is it possible to stop or disable a pm2 module ? I did install the pm2-logrotate module but recently the …

node.js npm pm2 pm2-logrotate
PM2 Logrotate keeps generating new logs

I have following settings set for PM2 Logrotate: rotateInterval= * * 23 * * * max_size= 100MB I want to rotate the logs every 23 hours …

node.js unix logging pm2 pm2-logrotate