Change gen file listing from debug to verbose level
This commit is contained in:
parent
eaeb84f2cc
commit
1e81801036
@ -354,7 +354,7 @@ func (s *Scanner) ToManifest(ctx context.Context, w io.Writer, progress chan<- S
|
||||
return err
|
||||
}
|
||||
|
||||
log.Debugf("+ %s (%d bytes)", entry.Path, bytesRead)
|
||||
log.Verbosef("+ %s (%d bytes)", entry.Path, bytesRead)
|
||||
|
||||
scannedFiles++
|
||||
scannedBytes += bytesRead
|
||||
|
||||
Loading…
Reference in New Issue
Block a user