Skip to content

0.14.1

Latest
Compare
Choose a tag to compare
@MaeIsBad MaeIsBad released this 03 Dec 14:34
94b33d8

Changed

  • No longer set the tracing max level features. This allows you to enable more verbose logging on runtime via the RUST_LOG environment variable.
    This should not affect most users, as the env filter by default is already set to error. In order to restore previous behavior you can enable the tracing features yourself
tracing = {version = "0.1", features = ["max_level_debug", "release_max_level_info"]}

Commits

  • [DEVEX-2390]: Allow for higher log levels in release mode (#128) by MaeIsBad