Skip to content

Commit

Permalink
feat: Print StartBlock when starting stream
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Feb 12, 2024
1 parent 2dea22e commit 3e712e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/src/block_streams/synchronise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async fn determine_start_block_height(
return get_continuation_block_height(indexer_config, redis_client).await;
}

tracing::info!("Stating new block stream");
tracing::info!(start_block = ?indexer_config.start_block, "Stating new block stream");

match indexer_config.start_block {
StartBlock::Latest => Ok(indexer_config.get_registry_version()),
Expand Down

0 comments on commit 3e712e2

Please sign in to comment.