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

feat: add option `quietResLogger` to supress response data from res.log entries

Open micalevisk opened this issue 1 year ago • 3 comments

closes #235

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

micalevisk avatar Nov 14 '22 20:11 micalevisk

Done @mcollina

This is marked as a draft because I'm not confident on the changes I've made yet since the tests aren't running :/

Actually, I believe that there is something wrong here. I'm still trying to implement this feature.

micalevisk avatar Nov 15 '22 15:11 micalevisk

What errors are you getting?

mcollina avatar Nov 16 '22 14:11 mcollina

actually the misunderstood the ticket, I wanted a way to disable the request complete log. have a PR here https://github.com/pinojs/pino-http/pull/259

vorticalbox avatar Nov 25 '22 11:11 vorticalbox