Changle loglevel for whiteouts to debug

This commit is contained in:
Thomas Bonfort 2020-01-31 12:02:32 +01:00
parent 8bdcb4f544
commit 6b6742fd9d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}