Skip to content

Commit

Permalink
Fix log level regression in prometheus#533
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-brazil authored and oblitorum committed Apr 9, 2024
1 parent 7fa4d4b commit 00f9fa3
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 00f9fa3

Please sign in to comment.