File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1055,7 +1055,7 @@ func (e *Engine) detectChunk(ctx context.Context, data detectableChunk) {
1055
1055
"chunk_source_id" , data .chunk .SourceID ,
1056
1056
"chunk_source_metadata" , data .chunk .SourceMetadata .String ())
1057
1057
1058
- ctx .Logger ().V (4 ).Info ("Starting to detect chunk" )
1058
+ ctx .Logger ().V (5 ).Info ("Starting to detect chunk" )
1059
1059
1060
1060
isFalsePositive := detectors .GetFalsePositiveCheck (data .detector .Detector )
1061
1061
@@ -1127,7 +1127,7 @@ func (e *Engine) detectChunk(ctx context.Context, data detectableChunk) {
1127
1127
1128
1128
matchesPerChunk .Observe (float64 (matchCount ))
1129
1129
1130
- ctx .Logger ().V (4 ).Info ("Finished detecting chunk" )
1130
+ ctx .Logger ().V (5 ).Info ("Finished detecting chunk" )
1131
1131
1132
1132
data .wgDoneFn ()
1133
1133
}
You can’t perform that action at this time.
0 commit comments