From a1253225bb37110031fe1da48a78b91ea6d97acb Mon Sep 17 00:00:00 2001 From: Ajeet Goyal Date: Thu, 16 May 2024 16:58:27 +0530 Subject: [PATCH] chore: make redelegation failed as info log --- x/liquidstake/keeper/rebalancing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/liquidstake/keeper/rebalancing.go b/x/liquidstake/keeper/rebalancing.go index 43912180..38719897 100644 --- a/x/liquidstake/keeper/rebalancing.go +++ b/x/liquidstake/keeper/rebalancing.go @@ -118,7 +118,7 @@ func (k Keeper) Rebalance( redelegation.Error = err failCount++ - k.Logger(ctx).Error( + k.Logger(ctx).Info( "redelegation failed", types.DelegatorKeyVal, proxyAcc.String(), types.SrcValidatorKeyVal, maxVal.OperatorAddress,