Skip to content

Commit

Permalink
fix(swap): Disable verbose libp2p logging
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron authored Nov 21, 2024
1 parent 689dd89 commit a051cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swap/src/common/tracing_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ fn env_filter(level_filter: LevelFilter) -> Result<EnvFilter> {
.add_directive(Directive::from_str(&format!("asb={}", &level_filter))?)
.add_directive(Directive::from_str(&format!("swap={}", &level_filter))?)
.add_directive(Directive::from_str(&format!("arti={}", &level_filter))?)
.add_directive(Directive::from_str(&format!("libp2p={}", &level_filter))?)
.add_directive(Directive::from_str(&format!(
"libp2p_community_tor={}",
&level_filter
Expand Down

0 comments on commit a051cff

Please sign in to comment.