We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fb059 commit 626c69cCopy full SHA for 626c69c
crates/stackable-operator/src/logging/mod.rs
@@ -28,7 +28,7 @@ impl Default for TracingTarget {
28
///
29
/// Log output can be copied to a file by setting `{env}_DIRECTORY` (e.g. `FOOBAR_OPERATOR_DIRECTORY`)
30
/// to a directory path. This file will be rotated regularly.
31
-#[deprecated(note = "Use stackable-telemetry instead, use OTLP instead of Jaeger protocol")]
+#[deprecated(note = "Use stackable-telemetry with the OTLP instead of the Jaeger protocol")]
32
pub fn initialize_logging(env: &str, app_name: &str, tracing_target: TracingTarget) {
33
let filter = match EnvFilter::try_from_env(env) {
34
Ok(env_filter) => env_filter,
0 commit comments