pino-std-serializers icon indicating copy to clipboard operation
pino-std-serializers copied to clipboard

🌲 A list of standard object serializers for the Pino logger

Results 4 pino-std-serializers issues
Sort by recently updated
recently updated
newest added

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

On every project I've used pino on (2 :-) ), we end up using our own `err` serializer that just does: ``` function errSerializer(err: Error): unknown { return { type:...

Hi, How do I use this module? I can't make much sense from the doc. This is my logger setup. Right now, I only can see the error message in...

In http2 compat `_header` is just a boolean. Not quite what we expect?