Skip to content

Commit

Permalink
fix: dropping the level of this new log message
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Aug 10, 2023
1 parent 3dfe6bd commit eaa040e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/monitor/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ func renderMonitorUI(ctx context.Context, ec *ethclient.Client, ms *monitorStatu
if setBlock {
selectedBlock = renderedBlocks[len(renderedBlocks)-blockTable.SelectedRow]
setBlock = false
log.Info().Uint64("blockNumber", selectedBlock.Number().Uint64()).Msg("Selected block changed")
log.Debug().Uint64("blockNumber", selectedBlock.Number().Uint64()).Msg("Selected block changed")
}
}

Expand Down

0 comments on commit eaa040e

Please sign in to comment.