From ea0b696db9eeac0ddf6e31ad8c53b6d34562c19b Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Tue, 8 Jul 2025 11:33:21 +0100 Subject: [PATCH] fix: cln mprocs logging --- crates/cdk-integration-tests/Cargo.toml | 2 +- misc/interactive_regtest_mprocs.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/cdk-integration-tests/Cargo.toml b/crates/cdk-integration-tests/Cargo.toml index a824321a..26a9da98 100644 --- a/crates/cdk-integration-tests/Cargo.toml +++ b/crates/cdk-integration-tests/Cargo.toml @@ -35,7 +35,7 @@ uuid.workspace = true serde.workspace = true serde_json.workspace = true # ln-regtest-rs = { path = "../../../../ln-regtest-rs" } -ln-regtest-rs = { git = "https://github.com/thesimplekid/ln-regtest-rs", rev = "ed24716" } +ln-regtest-rs = { git = "https://github.com/thesimplekid/ln-regtest-rs", rev = "df81424" } lightning-invoice.workspace = true tracing.workspace = true tracing-subscriber.workspace = true diff --git a/misc/interactive_regtest_mprocs.sh b/misc/interactive_regtest_mprocs.sh index a81a7c31..72aceef7 100755 --- a/misc/interactive_regtest_mprocs.sh +++ b/misc/interactive_regtest_mprocs.sh @@ -287,11 +287,11 @@ procs: autostart: true cln-one: - shell: "while [ ! -f $CDK_ITESTS_DIR/cln/one/regtest/log ]; do sleep 1; done && tail -f $CDK_ITESTS_DIR/cln/one/regtest/log" + shell: "while [ ! -f $CDK_ITESTS_DIR/cln/one/debug.log ]; do sleep 1; done && tail -f $CDK_ITESTS_DIR/cln/one/debug.log" autostart: true cln-two: - shell: "while [ ! -f $CDK_ITESTS_DIR/cln/two/regtest/log ]; do sleep 1; done && tail -f $CDK_ITESTS_DIR/cln/two/regtest/log" + shell: "while [ ! -f $CDK_ITESTS_DIR/cln/two/debug.log ]; do sleep 1; done && tail -f $CDK_ITESTS_DIR/cln/two/debug.log" autostart: true lnd-one: