Skip to content

Commit

Permalink
Merge pull request #815 from prometheus/debug-log
Browse files Browse the repository at this point in the history
Fix log level regression in #533
  • Loading branch information
grobie authored Feb 7, 2018
2 parents 7e41a2b + 1072f28 commit 9a5bd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/filesystem_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 9a5bd5f

Please sign in to comment.