mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Merge pull request #220 from NLnetLabs/no-bad-certificiate
Silence the BadCertificate log warning.
This commit is contained in:
@ -823,6 +823,7 @@ impl Config {
|
||||
};
|
||||
let dispatch = dispatch
|
||||
.level(self.log_level)
|
||||
.level_for("rustls", LevelFilter::Error)
|
||||
.chain(io::stderr())
|
||||
.into_log().1;
|
||||
Ok(dispatch)
|
||||
|
Reference in New Issue
Block a user