Skip to content
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

Print errors on each line #52

Merged
merged 1 commit into from
Jan 2, 2025
Merged

Print errors on each line #52

merged 1 commit into from
Jan 2, 2025

Conversation

satazor
Copy link
Contributor

@satazor satazor commented Jan 1, 2025

Because errors is not being serialized by bunyan / pino, we get this:

[11:49:53.373] ERROR (process-manager/62575): Exiting with errors
    errors: [
      {}
    ]

Even though the array is:

[
  TypeError: xx is not iterable
      at x....
      at y....
]

@satazor satazor force-pushed the enhancement/error-log branch from 9c172fe to fb57b67 Compare January 2, 2025 10:53
@satazor satazor force-pushed the enhancement/error-log branch from fb57b67 to 8d881ce Compare January 2, 2025 11:08
@Americas Americas merged commit 0dd3e29 into master Jan 2, 2025
3 checks passed
@Americas Americas deleted the enhancement/error-log branch January 2, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants