diff --git a/node/pkg/checker/ping/app.go b/node/pkg/checker/ping/app.go index 1835c6386..cbaf3d622 100644 --- a/node/pkg/checker/ping/app.go +++ b/node/pkg/checker/ping/app.go @@ -156,7 +156,7 @@ func (app *App) Start(ctx context.Context) { return case result := <-app.ResultsBuffer: if result.Success && result.Delay < app.MaxDelay { - log.Info().Any("result", result).Msg("ping success") + log.Debug().Any("result", result).Msg("ping success") app.FailCount[result.Address] = 0 } else { log.Error().Any("result", result).Msg("failed to ping endpoint")