-
Notifications
You must be signed in to change notification settings - Fork 246
[HF 7.70.21-8] CLDSRV-466: timestamps in stderr #5574
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
Conversation
Hello tmacro,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
* Catch uncaught exceptions and add timestamp to aid debugging | 8000||
*/ | ||
process.on('uncaughtException', err => { | ||
process.stderr.write(`${new Date().toISOString()}: Uncaught exception: \n${err.stack}`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use werelogs
to format as JSON on stderr right ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah its just plain text.
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
/approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-466. Goodbye tmacro. The following options are set: approve |
No description provided.