Changle loglevel for whiteouts to debug
This commit is contained in:
		
							parent
							
								
									8bdcb4f544
								
							
						
					
					
						commit
						6b6742fd9d
					
				|  | @ -161,7 +161,7 @@ func (s *Snapshotter) scanFullFilesystem() ([]string, []string, error) { | ||||||
| 		dir := filepath.Dir(path) | 		dir := filepath.Dir(path) | ||||||
| 		if _, ok := memFs[dir]; ok { | 		if _, ok := memFs[dir]; ok { | ||||||
| 			if s.l.MaybeAddWhiteout(path) { | 			if s.l.MaybeAddWhiteout(path) { | ||||||
| 				logrus.Infof("Adding whiteout for %s", path) | 				logrus.Debugf("Adding whiteout for %s", path) | ||||||
| 				filesToWhiteOut = append(filesToWhiteOut, path) | 				filesToWhiteOut = append(filesToWhiteOut, path) | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue