Skip to content

Commit

Permalink
feat: Do log libp2p_community_tor logs to terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Dec 3, 2024
1 parent 60d288c commit 3677d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swap/src/common/tracing_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub fn init(
)?);

// We only want to log everything from the swap and asb crates at the level to the terminal
let env_filtered = env_filter(level_filter, vec!["swap", "asb"])?;
let env_filtered = env_filter(level_filter, vec!["swap", "asb", "libp2p_community_tor"])?;

// Apply the environment filter and box the layer for the terminal
let final_terminal_layer = match format {
Expand Down

0 comments on commit 3677d20

Please sign in to comment.