James Sumners

Results 793 comments of James Sumners

https://getpino.io/#/docs/api?id=pinooptions-destination-gt-logger https://getpino.io/#/docs/api?id=destination-number-string-object-destinationstream-sonicboomopts-writablestream

Solved by #28

The timing information is easily adjusted by the user: + https://www.fastify.io/docs/latest/Reference/Server/#disablerequestlogging + https://www.fastify.io/docs/latest/Reference/Reply/#getresponsetime

Don't trust the `instanceof` operator https://github.com/fastify/fastify-error/pull/86#issuecomment-1301466407 Generally, to accomplish what you're asking about you should test if the methods you expect are present on the object. Personally, I would not...

How is this not solvable with a data property and a custom serializer?

Please refer to our documentation.

Anyone is welcome to submit a PR against the current version's branch and then we'll issue a release.

> I think you should take a look at the branch v8.x: [`v8.x`](https://github.com/fastify/under-pressure/tree/v8.x?rgh-link-date=2024-07-04T06%3A04%3A30Z) Correct. > @jsumners could you please tell me how I can do it? Or by 'anyone' you...

Would you like to send a Pull Request to address this issue? Remember to add unit tests.

Please provide a [minimal reproducible example](https://en.wikipedia.org/wiki/Minimal_reproducible_example), written in JavaScript. Doing so will help us diagnose your issue. It should be the bare minimum code needed to trigger the issue, and...