Skip to content

Commit 09ea25d

Browse files
author
Jorge Olivero
committed
main: Log when starting block ingestor
1 parent eaa6b28 commit 09ea25d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

node/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,8 @@ fn async_main() -> impl Future<Item = (), Error = ()> + Send + 'static {
531531
// database.
532532
assert!(*ANCESTOR_COUNT >= *REORG_THRESHOLD);
533533

534+
info!(logger, "Starting block ingestor");
535+
534536
// Create Ethereum block ingestors and spawn a thread to run each
535537
eth_adapters.iter().for_each(|(network_name, eth_adapter)| {
536538
let block_ingestor = graph_datasource_ethereum::BlockIngestor::new(

0 commit comments

Comments
 (0)