Skip to content

Commit

Permalink
moving all the way back to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Apr 26, 2022
1 parent d1c2a16 commit c14114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/system/ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (s *SystemPS) DiskUsage(
du, err := s.PSDiskUsage(mountpoint)
if err != nil {
if s.Log != nil {
s.Log.Warnf("[SystemPS] => unable to get disk usage (%q): %v", mountpoint, err)
s.Log.Debugf("[SystemPS] => unable to get disk usage (%q): %v", mountpoint, err)
}
continue
}
Expand Down

0 comments on commit c14114c

Please sign in to comment.