-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable logging of rustls to get rid off the following log lines: ``` Sending fatal alert BadCertificate ``` Upstream also removed them: rustls/rustls#1278 Closes: #3252
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
title: "Remove warning about `BadCertificate`" | ||
|
||
doc: | ||
- audience: Node Operator | ||
description: | | ||
The node was printing the following warning from time to time: | ||
``` | ||
Sending fatal alert BadCertificate | ||
``` | ||
|
||
This is not an user error and thus, the warning will now not be printed | ||
anymore. | ||
|
||
crates: | ||
- name: sc-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters