Skip to content

Commit

Permalink
Remove noisy log line
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowley committed Oct 17, 2024
1 parent e934e9d commit e88c512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion collector/extras.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ func (e *Extras) Refresh() error {

f, err := os.Open(e.filename)
if errors.Is(err, os.ErrNotExist) || errors.Is(err, io.EOF) {
level.Info(e.logger).Log("msg", "Ignoring error refreshing extras", "err", err)
return nil // ignore ENOENT and EOF; possibly the next refresh will go better
} else if err != nil {
return err
Expand Down

0 comments on commit e88c512

Please sign in to comment.