From c825d864c72d164d68d5a1fb909c700d09817a49 Mon Sep 17 00:00:00 2001 From: geoknee Date: Mon, 8 Apr 2024 22:14:09 +0100 Subject: [PATCH] more verbose log info --- validator/service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/service/service.go b/validator/service/service.go index 1b6cdff..aa9c099 100644 --- a/validator/service/service.go +++ b/validator/service/service.go @@ -136,7 +136,7 @@ func (a *ValidatorService) checkBlobs(ctx context.Context, start phase0.Slot, en if beaconStatus != http.StatusOK { // This can happen if the slot has been missed - l.Info("matching error status", "beacon", beaconStatus, "blob", blobStatus) + l.Info("matching error status", "beaconStatus", beaconStatus, "blobStatus", blobStatus) continue }