diff --git a/internal/scanner/scanner.go b/internal/scanner/scanner.go index 04c6227..d290a76 100644 --- a/internal/scanner/scanner.go +++ b/internal/scanner/scanner.go @@ -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