Skip to content

Releases: tokio-rs/tracing

tracing-subscriber 0.2.9

27 Jul 17:15
4c36130
Compare
Choose a tag to compare

Fixed

  • fmt: Fixed compilation failure on MSRV when the chrono feature
    is disabled (#844)

Added

  • fmt: Span lookup methods defined by layer::Context are now also
    provided by FmtContext (#834)

Tracing 0.1.17

27 Jul 17:09
ca960ff
Compare
Choose a tag to compare

Changed

  • log: Moved verbose span enter/exit log records to
    "tracing::span::active" target, allowing them to be filtered
    separately (#833)
  • log: All span lifecycle log records without fields now have the
    Trace log filter, to guard against log users enabling them by
    default with blanket level filtering (#833)

Fixed

  • log/macros: Fixed missing implicit imports of the
    tracing::field::debug and tracing::field::display functions inside
    the macros when the "log" feature is enabled (#835)