Skip to content

Commit

Permalink
chore: Rename spawn_tasks span to spawn_workflow_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Mar 7, 2024
1 parent 0041da0 commit 1001be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homestar-runtime/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fn init(
.expect(DIRECTIVE_EXPECT),
)
.add_directive(
"homestar_runtime::worker[spawn_tasks]=info"
"homestar_runtime::worker[spawn_workflow_tasks]=info"
.parse()
.expect(DIRECTIVE_EXPECT),
)
Expand Down
2 changes: 1 addition & 1 deletion homestar-runtime/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ where
}
}
.instrument({
info_span!("spawn_tasks").or_current()
info_span!("spawn_workflow_tasks").or_current()
}));

handles.push(handle);
Expand Down

0 comments on commit 1001be4

Please sign in to comment.