Skip to content

Commit

Permalink
sdk: Fix span for blueprint manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Sep 24, 2024
1 parent fbb5af9 commit cc0a581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint-manager/src/executor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pub async fn run_blueprint_manager<F: SendFuture<'static, ()>>(
"Local"
};

let span = tracing::info_span!("Blueprint-Manager-{}", logger_id);
let span = tracing::info_span!("Blueprint-Manager", id = logger_id);

let _span = span.enter();
info!("Starting blueprint manager ... waiting for start signal ...");
Expand Down

0 comments on commit cc0a581

Please sign in to comment.