further reduce logging (#8752)

This commit is contained in:
Marko 2021-03-02 15:39:46 +00:00 committed by GitHub
parent a193522f7e
commit 810605689d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(),