Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit dd9d081

Browse files
sconessharifelgamal
authored andcommitted
this is quite spammy in my multistage build (#640)
.. and as i am surely not the only one, move it down to debug.
1 parent c8fabdf commit dd9d081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/snapshot/snapshot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func (s *Snapshotter) scanFullFilesystem() ([]string, []string, error) {
178178
return nil, nil, err
179179
}
180180
if fileChanged {
181-
logrus.Infof("Adding %s to layer, because it was changed.", path)
181+
logrus.Debugf("Adding %s to layer, because it was changed.", path)
182182
filesToAdd = append(filesToAdd, path)
183183
}
184184
}

0 commit comments

Comments
 (0)