File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ func (h *archiveHandler) extractorHandler(dataOrErrChan chan DataOrErr) func(con
202
202
}
203
203
204
204
if common .SkipFile (file .Name ()) || common .IsBinary (file .Name ()) {
205
- lCtx .Logger ().V (3 ).Info ("skipping file: extension is ignored" )
205
+ lCtx .Logger ().V (4 ).Info ("skipping file: extension is ignored" )
206
206
h .metrics .incFilesSkipped ()
207
207
return nil
208
208
}
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ func (h *defaultHandler) handleNonArchiveContent(
99
99
mimeExt := reader .mimeExt
100
100
101
101
if common .SkipFile (mimeExt ) || common .IsBinary (mimeExt ) {
102
- ctx .Logger ().V (3 ).Info ("skipping file: extension is ignored" , "ext" , mimeExt )
102
+ ctx .Logger ().V (4 ).Info ("skipping file: extension is ignored" , "ext" , mimeExt )
103
103
h .metrics .incFilesSkipped ()
104
104
// Make sure we consume the reader to avoid potentially blocking indefinitely.
105
105
_ , _ = io .Copy (io .Discard , reader )
You can’t perform that action at this time.
0 commit comments