Closed
Description
Reference to rustls/rustls#22.
Having log
be an optional crate is great in rustls
. However, this crate depends on rustls
with no way to turn off logging, which really, really looks bad in binary crates (especially since rustls
prints out all of this debug info in the INFO
log level instead of DEBUG
).
Please either make logging an option here or turn it off.
Metadata
Metadata
Assignees
Labels
No labels