mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-24 22:06:49 +01:00
Merge pull request #815 from prometheus/debug-log
Fix log level regression in #533
This commit is contained in:
commit
9a5bd5f8e4
@ -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