This commit addresses a TODO by changing the log level from info to debug for each block synced during the initial block sync.
@@ -150,8 +150,7 @@ impl Explorerd {
))
};
- // TODO: Change to debug
- info!(
+ debug!(
target: "explorerd::rpc_blocks::sync_blocks",
"Synced block {current_height} [{}]",
fmt_duration(block_sync_start.elapsed())