logtail / logtail-js

Better Stack JavaScript client
https://betterstack.com/logs
ISC License
54 stars 13 forks source link

Please add official support for pino logger #18

Closed ItsMrAkhil closed 1 year ago

ItsMrAkhil commented 2 years ago

Next.js, and Winston combination is not working as winston doesn't support async logging. As next.js server inside vercel runs as server less function we need async logging. And pino supports async logging. Please provide an official pino logtail transport plugin. Thanks!

kamilcglr commented 2 years ago

Hello, we would also like to use logtail with Pino which is directly integrated in our backend framework that we use (AdonisJs)

smolak commented 2 years ago

I would very much welcome Pino integration as well.

flozdra commented 1 year ago

That would be really nice indeed!

curusarn commented 1 year ago

Hey everyone, we have just added support for Pino transports @logtail/pino. 🎉
You can find quick start guide here: https://betterstack.com/docs/logs/javascript/pino/

The package currently supports Pino v7+ transports. Let me know if you encounter any problems. 🙏
Feel free to reopen this issue.