-
Notifications
You must be signed in to change notification settings - Fork 894
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
Make pino.destination sync #566
Conversation
@yonjah @brandondoran @pies @zyf0330 please test! |
With this fix, I don't must need |
I did a few basic tests and it seem to be working with no issues |
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.
more comments to come in-thread
|
destination and extreme are in fact the same thing, configured differently. We need it for extreme, so we get it in destination as well.
Definitely.
I'll do that. |
Co-Authored-By: mcollina <matteo.collina@gmail.com>
…ake-destination-sync
everything has been addressed
@davidmarkclements @jsumners PTAL, it should be ready to land. I've removed the lambda hack, as it should not be needed anymore. |
In pinojs#566, the Lambda hack was removed. Seems this was missed from the docs. AFAICT, the [Lambda reference][1] in `pino-extreme` is still relevant. [1]: https://github.com/pinojs/pino/blob/43d398800fc8b0de189ccd9b11bc2afdb28524d9/docs/api.md#pinoextremetarget--sonicboom
In #566, the Lambda hack was removed. Seems this was missed from the docs. AFAICT, the [Lambda reference][1] in `pino-extreme` is still relevant. [1]: https://github.com/pinojs/pino/blob/43d398800fc8b0de189ccd9b11bc2afdb28524d9/docs/api.md#pinoextremetarget--sonicboom
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #542