further reduce logging (#8752)
This commit is contained in:
parent
a193522f7e
commit
810605689d
|
@ -60,7 +60,7 @@ func (k Keeper) HandleValidatorSignature(ctx sdk.Context, addr cryptotypes.Addre
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.Info(
|
logger.Debug(
|
||||||
"absent validator",
|
"absent validator",
|
||||||
"height", height,
|
"height", height,
|
||||||
"validator", consAddr.String(),
|
"validator", consAddr.String(),
|
||||||
|
|
Loading…
Reference in New Issue