aryehklein-rise
Results
2
comments of
aryehklein-rise
i can implement something like this: ``` type LogWriter struct { io.Writer sampler zerolog.Sampler notSampled *regexp.Regexp } func (w *LogWriter) Write(p []byte) (n int, err error) { if w.notSampled !=...