Skip to content

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed May 22, 2024
1 parent ea3cc6c commit 03339a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions substrate/client/tracing/src/logging/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ where
.expect("provided directive is valid"),
)
.add_directive(
parse_default_directive("rustls::conn=off")
.expect("provided directive is valid"),
parse_default_directive("rustls::conn=off").expect("provided directive is valid"),
);

if let Ok(lvl) = std::env::var("RUST_LOG") {
Expand Down

0 comments on commit 03339a2

Please sign in to comment.