Matteo Collina

Results 3131 comments of Matteo Collina

This is a very interesting setup. would you mind sharing the log lines without prettyPrint enabled? Il giorno gio 17 ott 2019 alle 20:17 Marc Schipperheyn < [email protected]> ha scritto:...

I’m always intrigued by everybody that customize the output of piñon in such a significant manner. I have not tested all combinations of those options, as I never felt the...

Your setup looks ok, I just never saw that same combination of options passed in.

What do you mean by kibana-compatible? I have always used pino logs as-is with ES and Kibana, loading them in JSON format.

I have a feeling this might get very costly (in term of performance) very quickly. I don’t really understand how this would work api-wise, would you like to make an...

Yes and no. Adding level-based redaction complicates inlining by V8 of some of our logic, which has no level-specific behavior so far. This is feasible, it’s just that it requires...

How would you implement this? I’m not sure I’m following.

This is explicit behavior. We added this to make child logger extremely fast. The object passed to child() is stringified and appended to the base, so we don’t have to...

As most things, it was the result of an endless debate on Github a long time ago :D.

@chrisregnier I’m sorry to hear. Can you please make an example with cls-hook and the other issues you mentioned? It seems you are talking about different behavior changes at the...