Skip to content

Commit ee91d68

Browse files
committed
chore: more logging
1 parent e05b57c commit ee91d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/core/services/registry

internal/core/services/registry/oci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ func (c *OciClient) PackFolders(fs *file.Store, dirs []string, artifactType doma
361361

362362
fileDescriptors := make([]v1.Descriptor, 0, len(dirs))
363363
for _, name := range dirs {
364-
364+
logger.Log().Info("Packing file", zap.String("path", name), zap.String("artifactType", string(artifactType)))
365365
fullPath := filepath.Join(path, name)
366366

367367
fileDescriptor, err := fs.Add(ctx, name, string(artifactType), fullPath)

0 commit comments

Comments
 (0)