Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
696 stars 241 forks source link

move to using `tracing` instead of `log` #1579

Closed demoray closed 8 months ago

demoray commented 8 months ago

In order to move towards supporting OpenTelemetry for distributed tracing, we need to move the underlying logging implementation to use tracing.

This does not start exposing spans or tracing state yet.

ref: https://azure.github.io/azure-sdk/general_implementation.html