Changed
- No longer set the
tracing
max level features. This allows you to enable more verbose logging on runtime via theRUST_LOG
environment variable.
This should not affect most users, as the env filter by default is already set toerror
. In order to restore previous behavior you can enable thetracing
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