From 62c450192697d955214d0521658dc02ff2e4e1f9 Mon Sep 17 00:00:00 2001 From: Lucas Soriano del Pino Date: Thu, 29 Oct 2020 14:57:20 +1100 Subject: [PATCH] wip: Add xmr_btc tracing filter --- swap/tests/e2e.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swap/tests/e2e.rs b/swap/tests/e2e.rs index 66c26857..7aeb8a24 100644 --- a/swap/tests/e2e.rs +++ b/swap/tests/e2e.rs @@ -11,7 +11,7 @@ use tracing_subscriber::util::SubscriberInitExt; async fn swap() { let _guard = tracing_subscriber::fmt() .with_env_filter( - "swap=debug,hyper=off,reqwest=off,monero-harness=info,testcontainers=info,libp2p=debug", + "swap=debug,xmr_btc=debug,hyper=off,reqwest=off,monero_harness=info,testcontainers=info,libp2p=debug", ) .with_ansi(false) .set_default();