From 810605689d88d12389e1ebc0ccacf647fab7cf0e Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 2 Mar 2021 15:39:46 +0000 Subject: [PATCH] further reduce logging (#8752) --- x/slashing/keeper/infractions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/slashing/keeper/infractions.go b/x/slashing/keeper/infractions.go index 0c93717d1..06baa48f8 100644 --- a/x/slashing/keeper/infractions.go +++ b/x/slashing/keeper/infractions.go @@ -60,7 +60,7 @@ func (k Keeper) HandleValidatorSignature(ctx sdk.Context, addr cryptotypes.Addre ), ) - logger.Info( + logger.Debug( "absent validator", "height", height, "validator", consAddr.String(),