Releases: EmbarkStudios/tracing-logfmt
Releases · EmbarkStudios/tracing-logfmt
0.3.7
0.3.6
Added
- PR#17 added support for span events.
- PR#18 added support for emitting thread names (if the thread was assigned one) and/or thread ids. Note that this current implementation emits the OS assigned thread id, not the
std::thread::ThreadId, unlike eg.tokio-tracing.
Changed
- PR#19 added the lockfile to the repository, updated the lints to 1.93.0, and updated the deny configuration.