-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make logging optional #20
Comments
However, as
|
Making logging non-default in Having |
Fixed in #156 |
Reference to rustls/rustls#22.
Having
log
be an optional crate is great inrustls
. However, this crate depends onrustls
with no way to turn off logging, which really, really looks bad in binary crates (especially sincerustls
prints out all of this debug info in theINFO
log level instead ofDEBUG
).Please either make logging an option here or turn it off.
The text was updated successfully, but these errors were encountered: