Skip to content

Commit c3693d9

Browse files
committed
chore(test): remove the configuration for filesystem logger
Testing the interface will be done in a follow-up PR.
1 parent 0eea714 commit c3693d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration_tests_rust.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ use ldk_node::payment::{PaymentKind, QrPaymentResult, SendingParameters};
1919
use ldk_node::{Builder, Event, NodeError};
2020

2121
use lightning::ln::channelmanager::PaymentId;
22-
use lightning::util::logger::Level;
2322
use lightning::util::persist::KVStore;
2423

2524
use bitcoincore_rpc::RpcApi;
@@ -223,9 +222,6 @@ fn start_stop_reinit() {
223222
setup_builder!(builder, config);
224223
builder.set_chain_source_esplora(esplora_url.clone(), Some(sync_config));
225224

226-
let log_file_path = format!("{}/{}", config.storage_dir_path, "ldk_node.log");
227-
builder.set_filesystem_logger(Some(log_file_path), Some(Level::Debug));
228-
229225
let node = builder.build_with_store(Arc::clone(&test_sync_store)).unwrap();
230226
node.start().unwrap();
231227

0 commit comments

Comments
 (0)