pino-http icon indicating copy to clipboard operation
pino-http copied to clipboard

🌲 high-speed HTTP logger for Node.js

Results 44 pino-http issues
Sort by recently updated
recently updated
newest added

closes #235 I didn't succeeded on making the `npm t` running with no errors, even in the fresh new cloned repo :thinking:

I want to follow this example: https://www.npmjs.com/package/pino-http#use-as-express-middleware but I also want to provide the `logger()` call with the request object. Something like this: ```js const logger = require('pino-http') const app...

https://github.com/pinojs/pino/issues/1762 Given the `tap` licensing issue is now resolved, it seems like the only change required for this module to support pino v9 is bumping the dependency?

Hello. I have a documentation suggestion. One thing that's not clear to me is the sequence and data flow of all of the custom logging settings. I'm wanting to do...