Features
- Default logging framework changed to
tracing-subscriber
, which:- Support libraries that log with both
tracing
, andlog
. - NOTE:
--log-config
parameter will apply only tolog4rs
, which doesn't support thetracing
framework. - NOTE: Environment variable
RUST_LOG
is supported for customizing logging filters, details could be found in: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html
- Support libraries that log with both
Bug Fixes
- #1425 Enable
EDNS(0)
by default for hickory-dns resolver.
NOTE
clap
upgraded MSRV (Minimal Supported Rust Version) to v1.74 since v4.5.0. This project will have to stay in v4.4 until the next major release.
Full Changelog: v1.18.0...v1.18.1