mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-02 03:26:23 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue