mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Fix log level regression in #533
This commit is contained in:
parent
7e41a2b279
commit
1072f2868d
|
@ -54,7 +54,7 @@ func (c *filesystemCollector) GetStats() ([]filesystemStats, error) {
|
||||||
labels: labels,
|
labels: labels,
|
||||||
deviceError: 1,
|
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
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue