Change gen file listing from debug to verbose level

This commit is contained in:
2025-12-17 16:19:19 -08:00
부모 eaeb84f2cc
커밋 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