diff --git a/collector/filesystem_linux.go b/collector/filesystem_linux.go index e10bf156..a501b2b3 100644 --- a/collector/filesystem_linux.go +++ b/collector/filesystem_linux.go @@ -54,7 +54,7 @@ func (c *filesystemCollector) GetStats() ([]filesystemStats, error) { labels: labels, deviceError: 1, }) - log.Errorf("Error on statfs() system call for %q: %s", labels.mountPoint, err) + log.Debugf("Error on statfs() system call for %q: %s", labels.mountPoint, err) continue }