diff --git a/pkg/snapshot/snapshot.go b/pkg/snapshot/snapshot.go index 3e37d5a61..80b5c5ce0 100644 --- a/pkg/snapshot/snapshot.go +++ b/pkg/snapshot/snapshot.go @@ -161,7 +161,7 @@ func (s *Snapshotter) scanFullFilesystem() ([]string, []string, error) { dir := filepath.Dir(path) if _, ok := memFs[dir]; ok { if s.l.MaybeAddWhiteout(path) { - logrus.Infof("Adding whiteout for %s", path) + logrus.Debugf("Adding whiteout for %s", path) filesToWhiteOut = append(filesToWhiteOut, path) } }