pinojs / koa-pino-logger

🌲 pino logging koa middleware
MIT License
91 stars 27 forks source link

pino prettifier option not honored #22

Open cdaringe opened 5 years ago

cdaringe commented 5 years ago

problem

...has the same options as pino

given the above statement, i expected my logger's prettifier to be invoked, but in fact, it never is. calling pino directly allows me to hook into the prettifier API

discussion

perhaps pino-http is not handling this option?

juanlet commented 2 years ago

same problem