mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-04 13:35:20 +01:00
fix: cln mprocs logging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user