-
Notifications
You must be signed in to change notification settings - Fork 885
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
How can I use pino-socket with pino-syslog? #1142
Comments
I think we need to change how pino-syslog work with this module. Instead of combining them via unix pipes, we should just add one as the dependency of the other. Thanks for the feedback! |
I would say you should be able to chain/compose transports. |
i'll work on this! |
Here is the first step: pinojs/pino-abstract-transport#25 |
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. |
I have a test app:
When I run it, the syslog-formatted message logs to stdout:
And the syslog server instead receives an unformatted log:
These are the package versions I'm using:
Thanks!
The text was updated successfully, but these errors were encountered: