Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi committed Aug 10, 2024
1 parent 2c89365 commit 7b74bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ fn init_logging(otlp_endpoint: Option<String>, json_output: bool) {

if let Ok(tracer) = tracer {
layers.push(tracing_opentelemetry::layer().with_tracer(tracer).boxed());
init_tracing_opentelemetry::tracing_subscriber_ext::init_subscribers()?;
init_tracing_opentelemetry::tracing_subscriber_ext::init_subscribers();
};
}

Expand Down

0 comments on commit 7b74bd3

Please sign in to comment.