Skip to content

Commit

Permalink
backport of commit 4a3160b
Browse files Browse the repository at this point in the history
  • Loading branch information
irenarindos committed Apr 17, 2024
1 parent 594a96e commit 5ac77c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/event/hclog_formatter_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5ac77c1

Please sign in to comment.