Skip to content

Commit

Permalink
Change log verbosity for detection errors (#3171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker authored Aug 5, 2024
1 parent 38db52e commit c2e5506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ func (e *Engine) verificationOverlapWorker(ctx context.Context) {
results, err := detector.FromData(ctx, false, match)
cancel()
if err != nil {
ctx.Logger().Error(
ctx.Logger().V(2).Error(
err, "error finding results in chunk during verification overlap",
"detector", detector.Key.Type().String(),
)
Expand Down

0 comments on commit c2e5506

Please sign in to comment.