mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #215
215: Debug log level in monero harness tests to see RPC responses r=da-kami a=da-kami CI keeps failing when generating blocks, but response is only printed on debug level. To investigate what is the problem change monero-harness log levels to debug. Example failure: https://github.com/comit-network/xmr-btc-swap/runs/1938109584 The failure happened when generating blocks, but without seeing the response error it is impossible to know what happened. Could not reproduce this problem locally. Co-authored-by: Daniel Karzel <daniel@comit.network>
This commit is contained in:
commit
b9b8d2ce1a
@ -15,7 +15,7 @@ pub fn init_tracing() -> DefaultGuard {
|
|||||||
|
|
||||||
let global_filter = tracing::Level::WARN;
|
let global_filter = tracing::Level::WARN;
|
||||||
let test_filter = tracing::Level::DEBUG;
|
let test_filter = tracing::Level::DEBUG;
|
||||||
let monero_harness_filter = tracing::Level::INFO;
|
let monero_harness_filter = tracing::Level::DEBUG;
|
||||||
|
|
||||||
use tracing_subscriber::util::SubscriberInitExt as _;
|
use tracing_subscriber::util::SubscriberInitExt as _;
|
||||||
tracing_subscriber::fmt()
|
tracing_subscriber::fmt()
|
||||||
|
Loading…
Reference in New Issue
Block a user