mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
wip: Add xmr_btc tracing filter
This commit is contained in:
parent
ae87c10cae
commit
62c4501926
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user