You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logrus.WithField("storage-driver", "overlay2").Error("'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded.")
279
+
logger.Error("'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded.")
281
280
returngraphdriver.ErrNotSupported
282
281
}
283
282
284
283
funcuseNaiveDiff(homestring) bool {
285
284
useNaiveDiffLock.Do(func() {
286
285
iferr:=doesSupportNativeDiff(home); err!=nil {
287
-
logrus.WithField("storage-driver", "overlay2").Warnf("Not using native diff for overlay2, this may cause degraded performance for building images: %v", err)
286
+
logger.Warnf("Not using native diff for overlay2, this may cause degraded performance for building images: %v", err)
0 commit comments