Skip to content

Releases: EmbarkStudios/tracing-logfmt

0.3.7

30 Jan 10:31

Choose a tag to compare

Fixed

  • PR#21 resolved #20 by returning 0 on unsupported platforms.

0.3.6

28 Jan 09:44

Choose a tag to compare

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.