Skip to content

Commit 1373bd7

Browse files
chee-chyuanclaude
andcommitted
debug(engine): upgrade build_engine_orchestrator log to warn level
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b7bae83 commit 1373bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/engine/tree/src/launch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ where
8484
C: ConfigureEvm<Primitives = N::Primitives> + 'static,
8585
{
8686

87-
tracing::debug!(target: "engine", ?engine_kind, "Building engine orchestrator");
87+
tracing::warn!(target: "engine", ?engine_kind, "Building engine orchestrator");
8888

8989
let downloader = BasicBlockDownloader::new(client, consensus.clone());
9090

0 commit comments

Comments
 (0)