mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-01 13:04:51 -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:
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
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