express-pino-logger icon indicating copy to clipboard operation
express-pino-logger copied to clipboard

🌲 an express middleware to log with pino

Results 17 express-pino-logger issues
Sort by recently updated
recently updated
newest added

I was trying to move from `morgan` to `express-pino-logger` but noticed that a log is not output when there's a timeout. `morgan` will output it with a status code of...

Currently, it appears that you have to [add child attributes to `res.log` for them to show up in the final message](https://github.com/pinojs/express-pino-logger/issues/17#issuecomment-352657833). Some frameworks, like `swagger-tools` only pass `req` so is...

Bumps [pino-http](https://github.com/pinojs/pino-http) from 7.1.0 to 8.2.1. Release notes Sourced from pino-http's releases. v8.2.1 What's Changed Bump pino-pretty from 8.1.0 to 9.0.0 by @​dependabot in pinojs/pino-http#242 Bump tsd from 0.22.0 to...

dependencies
javascript

Bumps [pino](https://github.com/pinojs/pino) from 7.11.0 to 8.6.1. Release notes Sourced from pino's releases. v8.6.1 What's Changed build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @​dependabot in pinojs/pino#1563 fix(tools): log[level] compatible with...

dependencies
javascript

Request to http://localhost:3000/ freezes and does not return any response. Node v16.16.0 https://github.com/pinojs/express-pino-logger/#example `'use strict' var app = require('express')() var pino = require('express-pino-logger') app.use(pino) app.get('/', function (req, res) { //...

Bumps [pino](https://github.com/pinojs/pino) from 7.11.0 to 8.8.0. Release notes Sourced from pino's releases. v8.8.0 What's Changed Update async logging caveats documentation by @​jonathansamines in pinojs/pino#1578 Update hapi-pino usage example by @​jonathansamines...

Bumps [pino](https://github.com/pinojs/pino) from 7.11.0 to 8.7.0. Release notes Sourced from pino's releases. v8.7.0 What's Changed Add DestinationStreamMetadata type to pino.d.ts by @​segevfiner in pinojs/pino#1566 fix: remove pretty print in types,...

dependencies
javascript