We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07813bf commit 554c998Copy full SHA for 554c998
pkg/probe/server.go
@@ -36,6 +36,7 @@ func (h *Handler) Wait(interrupt chan os.Signal) error {
36
var pathErr *os.PathError
37
if errors.As(err, &pathErr) {
38
log.WithFields(log.Fields{"kind": "probe", "name": i, "err": err}).Fatal("path does not exist")
39
+ return nil
40
}
41
if err != nil {
42
log.WithFields(log.Fields{"kind": "probe", "name": i, "err": err}).Warn("not ready yet")
0 commit comments