mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-03 12:06:17 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ where
|
|||
let cli = Cli::default();
|
||||
|
||||
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()
|
||||
.set_default();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue