Reputation: 2154
I have a Nodejs script that I'm running using PM2 but it saves stderr and std output in separate files. But I want to know after which output message an error occured. This is only possible if PM2 doesn't separate the std error and std output.
Upvotes: 1
Views: 643