James Sumners

Results 779 comments of James Sumners

This would need to be championed by someone with a vested interest in it. Either by contributing the code themselves, or hiring someone to do it. Otherwise, it's going to...

I am okay with both. Also, I do not know what "TSIA" means.

What are we supposed to take away from this report? What is the data causing the error? What is the minimal reproduction case?

https://stackoverflow.com/help/minimal-reproducible-example In short: please provide a short script than can be copied, pasted, and run by `node index.js`.

https://github.com/pinojs/pino/releases/tag/v6.0.0 covers 5->6

I would set some breakpoints in https://github.com/pinojs/pino/blob/0a56154fa0a24ac2b4015b597e6ae06468821699/lib/levels.js to determine the cause. But I'd also ask if using https://github.com/pinojs/pino-syslog is not possible.

We established a log time ago that our algorithm is `>=` instead of `

DataDog natively supports Pino. Load `dd-trace` before you load `pino` and DD will instrument Pino. This will in turn ship your logs to DD via their sidecar.

> if DD natively supports Pino, why's pino-datadog necessary? Such questions should be asked to the DD support team. > I thought pino doesn't send logs anywhere unless you explicitely...

It's outlined in the link I provided in my last reply. Additionally https://opentracing.io/docs/best-practices/instrumenting-frameworks/