diff --git a/main.go b/main.go index f7ea88c..4a182ec 100644 --- a/main.go +++ b/main.go @@ -177,6 +177,10 @@ func executeAndRegisterCheck(ctx context.Context, checkID string) { checkResults[checkID].Streak = 1 } + if !success { + log.Printf("Check %q failed, streak now at %d, error was: %s", checkID, checkResults[checkID].Streak, err) + } + lastResultRegistered = time.Now() if success {