backport of commit 4a3160b661

pull/4657/head
irenarindos 2 years ago
parent 594a96e18b
commit 5ac77c117b

@ -35,7 +35,8 @@ type hclogFormatterFilter struct {
allow []*filter
deny []*filter
signer signer
l sync.RWMutex
// l protects the signer field
l sync.RWMutex
}
func newHclogFormatterFilter(jsonFormat bool, opt ...Option) (*hclogFormatterFilter, error) {

Loading…
Cancel
Save