mirror of
https://github.com/prometheus/node_exporter
synced 2025-02-18 02:16:56 +00: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 New Issue
Block a user