How to use tracing-futures with tokio@1 #2039
dignifiedquire
started this conversation in
General
Replies: 1 comment 1 reply
-
While
Stepping back a little, what are you trying to accomplish? If you're trying to instrument async functions, then the tracing crate already provides this functionality through the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the dependencies of
tracing-futures
it still pulls intokio@0.1
, but my project usestokio@1
. Aside from the inefficiency of building two versions of tokio, is there any impact on the functionality atm and is there an alternative crate I can use in the meantime?Beta Was this translation helpful? Give feedback.
All reactions