mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-23 16:10:18 +00:00
This PR prepares the `tracing-log` crate to publish an alpha release to crates.io. I realised this was necessary as I wanted to publish a new alpha of `tracing-fmt`, and that crate now depends on `tracing-log`. I've also done some cleanup & added some documentation. Signed-off-by: Eliza Weisman <eliza@buoyant.io> * log: improve documentation/readme * log: cleanup, fix warnings/edition idioms * log: prepare to release 0.0.1-alpha.1 * fix unclear wording Signed-off-by: Eliza Weisman <eliza@buoyant.io>