From 0b48d172a94855d385a9af7038f81da10e10a56f Mon Sep 17 00:00:00 2001 From: ilya Date: Thu, 2 Jan 2025 16:56:14 +0000 Subject: [PATCH] Log --- crates/e2e/src/setup/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/e2e/src/setup/mod.rs b/crates/e2e/src/setup/mod.rs index 6971a634fa..6cb3800eb6 100644 --- a/crates/e2e/src/setup/mod.rs +++ b/crates/e2e/src/setup/mod.rs @@ -195,6 +195,7 @@ async fn run( let _lock = NODE_MUTEX.lock(); let (node, web3) = spawn_node_with_retries(&fork, 3).await; + tracing::info!("Node started"); services::clear_database().await; // Hack: the closure may actually be unwind unsafe; moreover, `catch_unwind`