mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-25 15:39:25 -05:00
Switch monero-rpc to debug in tests
To be able to see CI monero RPC errors.
This commit is contained in:
parent
99268c2715
commit
46f144ac67
@ -482,7 +482,7 @@ where
|
|||||||
let cli = Cli::default();
|
let cli = Cli::default();
|
||||||
|
|
||||||
let _guard = tracing_subscriber::fmt()
|
let _guard = tracing_subscriber::fmt()
|
||||||
.with_env_filter("warn,swap=debug,monero_harness=debug,monero_rpc=info,bitcoin_harness=info,testcontainers=info")
|
.with_env_filter("warn,swap=debug,monero_harness=debug,monero_rpc=debug,bitcoin_harness=info,testcontainers=info")
|
||||||
.with_test_writer()
|
.with_test_writer()
|
||||||
.set_default();
|
.set_default();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user