mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-20 15:29:00 +01: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,
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user