Bogdan Drutu

Results 550 comments of Bogdan Drutu

I believe just adding a `Ctx(context.Context)` will not be the most performant, because you need to call it every time you log something. In general a "Logger" has a static...

Same problem you force a call to `With` every time I want to do any logging, and cannot benefit from the optimization to not do unnecessary work when level is...

@fxrlv indeed this idea seems tempting, but is not as clean as passing the Context as the first argument per "golang" recommendation. It is a bit of an anti-pattern to...

@tigrannajaryan as simple as removing the helpers for 1.0 :)) that solves 2 issues in the same time :)

I was thinking about this and looked around different possibilities: 1. Record in the Span.status. This has the downside that it is only one per span, does not have a...

@g-easy what is the status of this?

@MadVikingGod @codeboten @paivagustavo any idea?

The published image are in a different repository. Moving this issue there.