Skip to content

Commit

Permalink
further reduce logging (#8752) (#8753)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8106056)

Co-authored-by: Marko <marbar3778@yahoo.com>
  • Loading branch information
mergify[bot] and tac0turtle authored Mar 2, 2021
1 parent ba3ac53 commit 4afd4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/slashing/keeper/infractions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 4afd4f4

Please sign in to comment.