Skip to content

Commit

Permalink
Merge pull request #113 from maticnetwork/jhilliard/dropping-log-level
Browse files Browse the repository at this point in the history
Log Level Change
  • Loading branch information
praetoriansentry authored Aug 10, 2023
2 parents 3dfe6bd + eaa040e commit 6947c33
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 6947c33

Please sign in to comment.