Skip to content

Commit

Permalink
go.d smartctl: don't log found devices on every scan (netdata#17934)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 committed Jun 17, 2024
1 parent 8dd495c commit a21f27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/collectors/go.d.plugin/modules/smartctl/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (s *Smartctl) scanDevices() (map[string]*scanDevice, error) {
return nil, errors.New("no devices found during scan")
}

s.Infof("smartctl scan found %d devices", len(devices))
s.Debugf("smartctl scan found %d devices", len(devices))

return devices, nil
}

0 comments on commit a21f27a

Please sign in to comment.