Skip to content

Commit 626c69c

Browse files
chore: Apply suggestion
Co-authored-by: Nick <[email protected]>
1 parent e7fb059 commit 626c69c

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/logging

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/logging/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl Default for TracingTarget {
2828
///
2929
/// Log output can be copied to a file by setting `{env}_DIRECTORY` (e.g. `FOOBAR_OPERATOR_DIRECTORY`)
3030
/// to a directory path. This file will be rotated regularly.
31-
#[deprecated(note = "Use stackable-telemetry instead, use OTLP instead of Jaeger protocol")]
31+
#[deprecated(note = "Use stackable-telemetry with the OTLP instead of the Jaeger protocol")]
3232
pub fn initialize_logging(env: &str, app_name: &str, tracing_target: TracingTarget) {
3333
let filter = match EnvFilter::try_from_env(env) {
3434
Ok(env_filter) => env_filter,

0 commit comments

Comments
 (0)