r-hang
r-hang
Hey @candita, we plan to update the implementation of zap.Open to ensure "file:" prefix paths arguments are absolute or else we'll throw an error since that's already documented. I should...
Hey @florianl, I think this change incurs some technical debt for a small amount of flexibility. The current level [MarshalText](https://github.com/uber-go/zap/blob/v1.27.0/zapcore/level.go#L160) logic is simplified because there is either a capitalized or...
@abhinav by TestOpenRelativeValidated, I think that's TestOpenDotSegmentsSanitized because as that is the one that you skipped. This test is no longer required if we are updating the validation to reject...
My apologies, I've thought about it some more and looked at more code and propose a modification to WithContextFieldExtractors(extractors ...ContextFieldExtractor), where a ContextFieldExtractor takes a context.Context and returns a single...
Sorry for the delay, I will follow up here by Weds!
Hey, we're still looking for a repro case to help us debug and fix this issue. Any leads on one would be appreciated!
Fossa has been deprecated for Uber OSS.
@lverma14, could a single patch UX for this be turned into a feature request ticket or is a two-patch approach suitable in similar situations?
Hey @wjsshide, could you provide a reproducible example for us to help debug?
Hey, could you provide an example of the issue, perhaps with some code?