mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Debug log level in monero harness tests to see RPC responses
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.
This commit is contained in:
parent
c4df3fdcbc
commit
7e25c4ad4f
@ -15,7 +15,7 @@ pub fn init_tracing() -> DefaultGuard {
|
||||
|
||||
let global_filter = tracing::Level::WARN;
|
||||
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 _;
|
||||
tracing_subscriber::fmt()
|
||||
|
Loading…
Reference in New Issue
Block a user