-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only rotate the first process while running in cluster mode? #143
Comments
I got the same problem, how to fix this? |
Hitting this as well :/ I'm reverting to using plain old logrotate |
I got same issue. |
yes fixed by version 2.6.0 |
Use the --merge-logs flag when running your app in cluster mode pm2 start [app-name].js --merge-logs -n [process-name] -i [number-of-processes] |
Still an issue but the |
encountered same issue here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running apps in cluster mode with 6 instances and I find that only the first instance's log is rotated. Am I missing something?
The text was updated successfully, but these errors were encountered: