-
Whether its just a reply here or a blog post, I'd be interested in hearing your experience using
I see talk of tracing but mostly from a web perspective and I'm curious how the experience translates to a CLI. I am looking to adopt it in some smaller CLIs to get some experience to understand how it could possibly help cargo. I'm looking for your input to help expedite getting to that end goal. |
Beta Was this translation helpful? Give feedback.
Answered by
arxanas
Jan 25, 2023
Replies: 1 comment 2 replies
-
For Cargo, I would emphasize these points:
Full notes:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
epage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Cargo, I would emphasize these points:
tracing_subscriber::fmt_layer::Layer::with_writer
will let you construct a layer which consumes formatted logging information…