mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user