Change gen file listing from debug to verbose level

This commit is contained in:
Jeffrey Paul 2025-12-17 16:19:19 -08:00
parent eaeb84f2cc
commit 1e81801036

View File

@ -354,7 +354,7 @@ func (s *Scanner) ToManifest(ctx context.Context, w io.Writer, progress chan<- S
return err return err
} }
log.Debugf("+ %s (%d bytes)", entry.Path, bytesRead) log.Verbosef("+ %s (%d bytes)", entry.Path, bytesRead)
scannedFiles++ scannedFiles++
scannedBytes += bytesRead scannedBytes += bytesRead