-
Notifications
You must be signed in to change notification settings - Fork 689
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
rustls: Disable logging #4426
rustls: Disable logging #4426
Conversation
Disable logging of rustls to get rid off the following log lines: ``` Sending fatal alert BadCertificate ``` Upstream also removed them: rustls/rustls#1278
@bkchr Just tested v1.12.0 node release, unfortunately the message is still printing (a lot at startup). |
@bLd75 can you please run with -lrusttls=debug for a moment and show the logs with with the bad certificate error? |
Thanks @bkchr confirmed, message doesn't show up anymore. |
I'm still getting those |
@LukeWheeldon did you read the comments above? That I created another pr and @bLd75 confirmed that this works. |
@bkchr apologies I added my comment too quickly. |
Disable logging of rustls to get rid off the following log lines: ``` Sending fatal alert BadCertificate ``` Upstream also removed them: rustls/rustls#1278 Closes: paritytech#3252
Disable logging of rustls to get rid off the following log lines: ``` Sending fatal alert BadCertificate ``` Upstream also removed them: rustls/rustls#1278 Closes: paritytech#3252
Disable logging of rustls to get rid off the following log lines:
Upstream also removed them: rustls/rustls#1278
Closes: #3252