explorer/rpc_blocks: adjust log level to debug for each synced block on initial explorer sync

This commit addresses a TODO by changing the log level from info to debug for each block synced during the initial block sync.
This commit is contained in:
kalm
2025-02-21 03:12:46 -08:00
parent d5d1614899
commit 1372a07f6f

View File

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