We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error stream is polluted with an intrusive log that can't be turned off or customised.
This happens when using PM2 in fork mode, as can be seen in my original issue: Unitech/pm2#4913
Culprits:
Scouring the source code I found a couple of other places that use the console directly.
console
Each of these files use console in various places, but one might argue its okay.
Unlike features/notify.ts, these are user-land generated errors by invalid configuration and should never hit production.
features/notify.ts
PM2 Warning: ${error}
logExceptions
true
The text was updated successfully, but these errors were encountered:
ping @Unitech
Sorry, something went wrong.
No branches or pull requests
Error stream is polluted with an intrusive log that can't be turned off or customised.
This happens when using PM2 in fork mode, as can be seen in my original issue: Unitech/pm2#4913
Culprits:
Scouring the source code I found a couple of other places that use the
console
directly.Each of these files use
console
in various places, but one might argue its okay.Unlike
features/notify.ts
, these are user-land generated errors by invalid configuration and should never hit production.Pull Request
PM2 Warning: ${error}
logExceptions
defaulttrue
for backwards compatibility ?The text was updated successfully, but these errors were encountered: