aboutsummaryrefslogtreecommitdiff
path: root/collector/filesystem_linux.go
diff options
context:
space:
mode:
authorBrian Brazil <brian.brazil@robustperception.io>2018-02-07 15:16:20 +0000
committerBrian Brazil <brian.brazil@robustperception.io>2018-02-07 15:16:20 +0000
commit1072f2868d688ebbaa0d1101f3896921b2076fdf (patch)
treea46ff52fddff0f5eb10f0b41a21da268c9258fa9 /collector/filesystem_linux.go
parent7e41a2b279f9f70cb09d401ad61c0168d62da0c6 (diff)
downloadprometheus_node_collector-1072f2868d688ebbaa0d1101f3896921b2076fdf.tar.bz2
prometheus_node_collector-1072f2868d688ebbaa0d1101f3896921b2076fdf.tar.xz
prometheus_node_collector-1072f2868d688ebbaa0d1101f3896921b2076fdf.zip
Fix log level regression in #533
Diffstat (limited to 'collector/filesystem_linux.go')
-rw-r--r--collector/filesystem_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/collector/filesystem_linux.go b/collector/filesystem_linux.go
index e10bf15..a501b2b 100644
--- a/collector/filesystem_linux.go
+++ b/collector/filesystem_linux.go
@@ -54,7 +54,7 @@ func (c *filesystemCollector) GetStats() ([]filesystemStats, error) {
54 labels: labels, 54 labels: labels,
55 deviceError: 1, 55 deviceError: 1,
56 }) 56 })
57 log.Errorf("Error on statfs() system call for %q: %s", labels.mountPoint, err) 57 log.Debugf("Error on statfs() system call for %q: %s", labels.mountPoint, err)
58 continue 58 continue
59 } 59 }
60 60