this repo has no description

feat: don't log when skipping a recent label

-1
-1
cmd/recordcollector/main.go
··· 204 204 // Continue anyway - better to potentially duplicate than miss labels 205 205 } 206 206 if exists > 0 { 207 - h.logger.Info("skipping label, already emitted recently", "did", did, "label", label) 208 207 return nil 209 208 } 210 209