-
Notifications
You must be signed in to change notification settings - Fork 67
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
Help wanted: How do I integrate it with express-pino-logger #47
Comments
Just pipe the two processes. |
This is how I am doing it:
|
what is If it's pino-http, you need to pass the the pino logger to pino-http: https://github.com/pinojs/pino-http#examples. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using express-pino-logger and want to log the http and routes logs to elasticsearch using this module.
Can you please provide an example for such case?
Thanks.
The text was updated successfully, but these errors were encountered: