We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e934e9d commit e88c512Copy full SHA for e88c512
collector/extras.go
@@ -144,7 +144,6 @@ func (e *Extras) Refresh() error {
144
145
f, err := os.Open(e.filename)
146
if errors.Is(err, os.ErrNotExist) || errors.Is(err, io.EOF) {
147
- level.Info(e.logger).Log("msg", "Ignoring error refreshing extras", "err", err)
148
return nil // ignore ENOENT and EOF; possibly the next refresh will go better
149
} else if err != nil {
150
return err
0 commit comments