RB

Results 868 comments of RB

/test all

/test all

You might be missing the `workerInterval`

What do you get when you run `pm2 conf pm2-logrotate` ?

The attachment from your message didn't work. Can you copy and paste the output into this ticket and format it using the code tags?

You're missing `workerInterval` which will rotate the logs based on the file size. Edit: I forgot the interval defaults to `30` seconds which explains the `Process configuration` screenshot and your...

@AriesLian can you post on your github a [minimal complete reproducible and verifiable example](https://stackoverflow.com/help/mcve)?

@insanehong it would be more helpful if you can provide a [Minimal, Complete, and Verifiable example (click me)](https://stackoverflow.com/help/mcve) You can also try downgrading to see if a recent change has...

That's bizarre but a separate issue https://github.com/keymetrics/pm2-logrotate/issues/103. You can install the latest version 2.6.0 by specifying it. See the issue for details.

@bambamx https://crontab.guru/#0_0_*_*_4 returns `At 00:00 on Thursday.` Did this work as expected? I'm looking to add my configs to `ecosystem.config.js` so it will save me individual deploy commands.