pino icon indicating copy to clipboard operation
pino copied to clipboard

docs->add appsignal pino transport

Open luismiramirez opened this issue 1 year ago • 2 comments
trafficstars

Hi there! 👋🏼

We've created an AppSignal pino transport and recently released it as part of our v3.5.1 integration.

This PR adds the transport to the v7+ compatible list.

luismiramirez avatar Oct 17 '24 11:10 luismiramirez

is it covered by tests? does it have docs?

mcollina avatar Oct 17 '24 16:10 mcollina

is it covered by tests? does it have docs?

Yes, we have a test-setup for it working with Fastify Pino logging: https://github.com/appsignal/test-setups/blob/main/nodejs/fastify/app/src/app.ts

And its docs page: https://docs.appsignal.com/logging/platforms/integrations/nodejs.html#usage-with-pino

luismiramirez avatar Oct 18 '24 06:10 luismiramirez