Skip to content

Commit 727f1a5

Browse files
committed
move span into childspan on info level
1 parent 634589b commit 727f1a5

File tree

1 file changed

+1
-1
lines changed
  • rust/stackable-cockpit/src/platform/release

1 file changed

+1
-1
lines changed

rust/stackable-cockpit/src/platform/release/spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl ReleaseSpec {
8181
futures::stream::iter(operators)
8282
.map(|(product_name, product)| {
8383
let task_span =
84-
tracing::debug_span!("install_operator", product_name = tracing::field::Empty);
84+
tracing::info_span!("install_operator", product_name = tracing::field::Empty);
8585

8686
let namespace = namespace.clone();
8787
let chart_source = chart_source.clone();

0 commit comments

Comments
 (0)