You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to start the logging before you've started the processes (perhaps because you want to make sure you don't miss any logs), then it breaks when provided with a namespace.
How could we reproduce this issue?
Should be simple enough to reproduce, e.g. pm2 logs my-namespace and pm2 start index.js --namespace my-namespace.
I do a better job of demonstrating the repro steps in #5789 with the e2e test.
What's going wrong?
If you try to start the logging before you've started the processes (perhaps because you want to make sure you don't miss any logs), then it breaks when provided with a namespace.
How could we reproduce this issue?
Should be simple enough to reproduce, e.g.
pm2 logs my-namespace
andpm2 start index.js --namespace my-namespace
.I do a better job of demonstrating the repro steps in #5789 with the e2e test.
Supporting information
The text was updated successfully, but these errors were encountered: