Skip to content

Commit

Permalink
LOG CHANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalturtle committed Nov 22, 2023
1 parent bdbede9 commit d2e4f9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ pub async fn setup_test_infrastructure(
ldk_peer_listening_port: get_available_port().unwrap(),
ldk_announced_node_name: [0; 32],
network: Network::Regtest,
log_level: Level::Debug,
log_level: Level::Trace,
node_num: 1,
};

let ldk2_config = LdkUserInfo {
Expand All @@ -58,7 +59,8 @@ pub async fn setup_test_infrastructure(
ldk_peer_listening_port: get_available_port().unwrap(),
ldk_announced_node_name: [0; 32],
network: Network::Regtest,
log_level: Level::Debug,
log_level: Level::Trace,
node_num: 2,
};

let ldk1 = ldk_sample::start_ldk(ldk1_config, test_name).await;
Expand Down

0 comments on commit d2e4f9a

Please sign in to comment.