diff --git a/pkg/commands/copy.go b/pkg/commands/copy.go index 9b3113cd7..2d0d736a7 100644 --- a/pkg/commands/copy.go +++ b/pkg/commands/copy.go @@ -175,7 +175,7 @@ func (cr *CachingCopyCommand) ExecuteCommand(config *v1.Config, buildArgs *docke cr.extractedFiles, err = util.GetFSFromLayers(RootDir, layers, util.ExtractFunc(cr.extractFn), util.IncludeWhiteout()) - logrus.Infof("extractedFiles: %s", cr.extractedFiles) + logrus.Debugf("extractedFiles: %s", cr.extractedFiles) if err != nil { return errors.Wrap(err, "extracting fs from image") }