diff --git a/modules/collect.go b/modules/collect.go index 0e59ede1977..cfb6d924942 100644 --- a/modules/collect.go +++ b/modules/collect.go @@ -676,7 +676,8 @@ func (c *collector) normalizeMounts(owner *moduleAdapter, mounts []Mount) ([]Mou } f.Close() } else { - c.logger.Warnf("module %q: mount source %q does not exist", owner.Path(), sourceDir) + // TODO(bep) commenting out for now, as this will create to much noise. + // c.logger.Warnf("module %q: mount source %q does not exist", owner.Path(), sourceDir) continue } }