PM2 module to automatically rotate logs of processes managed by PM2.
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-logrotateI 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