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

Potential data loss in extreme mode #88

Closed
jsumners opened this issue Sep 14, 2016 · 1 comment · Fixed by #84
Closed

Potential data loss in extreme mode #88

jsumners opened this issue Sep 14, 2016 · 1 comment · Fixed by #84

Comments

@jsumners
Copy link
Member

If extreme mode is enabled, and an alternate stream is supplied, data can potentially be lost on shutdown. This is possible due to the fact that the user supplied stream is likely not process.stdout or process.stderr and thus performs writes asynchronously. To solve this problem pino must require that user supplied streams in extreme mode are capably of synchronous writing.

This bug is being worked on in PR #84.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant