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

I have no idea how to resolve this:

Actually, I'm saving activity logs in my database and I also want to save the associated "reqId" so I can track down problems later if any arise. I need to...

Cut new version from the `next` branch. Relied upon by: + [ ] `koa-pino-logger`

12-10-2023, 4:00:04 PM] INFO (on ILD-PUN-LAP-521): request completed {"req":{"method":"GET","corelationId":"83506cac-b2b4-44d1-a41a-aksd-d03eba8e5a2f"},"res":{"statusCode":200},"responseTime":4432}

Hello everyone! I would like to work on this, as needed in [issue #1762](https://github.com/pinojs/pino/issues/1762) and referenced [here](https://github.com/pinojs/koa-pino-logger/issues/63). I guess here we don't need much explanation about the need for the...

Is it possible to log response body with the request complete log? Currently in the res serializers, it's not possible to access the returning body to add it to the...

We are using Next.js. After upgrading from `8.3.3` to `8.4.0`, we are getting the below error when loading any page. It seems to be related to [this](https://github.com/pinojs/pino-http/commit/bea64cccfc9f4f96d81409f7240f5e5a20a2e2b8) commit. my env:...

The patching of the http IncomingMessage to add the `id` properly is arguably bad, but that discussion aside, `reqId` is too broad. The inclusion of `number` and `object` seems odd,...

When the `logger` option is specified, pino-http doesn't actually use that logger as the parent for each created request logger, it creates an intermediate child logger (which is then used...

If *pino-http* is used in an *express* app that uses npm modules *express-session* and *connect-pg-simple* to handle sessions, pino-http fails to log redirected HTTP request made from the Safari web...