Skip to content

tracing-subscriber 0.2.23

Compare
Choose a tag to compare
@hawkw hawkw released this 16 Sep 18:42
· 562 commits to master since this release
a792aa8

This release fixes a few bugs in the per-layer filtering API added in
v0.2.21.

Fixed

  • env-filter: Fixed excessive EnvFilter memory use (#1568)
  • filter: Fixed a panic that may occur in debug mode when using
    per-layer filters together with global filters (#1569)
  • Fixed incorrect documentation formatting (#1572)