We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634589b commit 727f1a5Copy full SHA for 727f1a5
rust/stackable-cockpit/src/platform/release/spec.rs
@@ -81,7 +81,7 @@ impl ReleaseSpec {
81
futures::stream::iter(operators)
82
.map(|(product_name, product)| {
83
let task_span =
84
- tracing::debug_span!("install_operator", product_name = tracing::field::Empty);
+ tracing::info_span!("install_operator", product_name = tracing::field::Empty);
85
86
let namespace = namespace.clone();
87
let chart_source = chart_source.clone();
0 commit comments