Currently, logs are based on the old `logging` crate, which misses a lot of async-critical info. Update logging to use the [tracing](https://tokio.rs/tokio/topics/tracing) framework.
Currently, logs are based on the old
loggingcrate, which misses a lot of async-critical info. Update logging to use the tracing framework.