diff --git a/libs/leash/src/lib.rs b/libs/leash/src/lib.rs index d45d6c8..29c8a63 100644 --- a/libs/leash/src/lib.rs +++ b/libs/leash/src/lib.rs @@ -100,6 +100,7 @@ where let otel_layer = tracing_opentelemetry::layer().with_tracer(tracer); tracing_subscriber::registry() + .with(fmt::layer()) .with(otel_layer) .with( // Use the info level as default