mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Update blitz.debug.sh (#2740)
Changed lnd to c-lightning log output for c-lightning node
This commit is contained in:
parent
34fb92e8a4
commit
3762406fe5
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ if [ "${lightning}" == "cl" ] || [ "${cl}" == "on" ] || [ "${cl}" == "1" ]; then
|
|||
sudo systemctl status lightningd -n2 --no-pager
|
||||
echo
|
||||
echo "*** LAST 30 C-LIGHTNING (MAINNET) INFO LOGS ***"
|
||||
echo "sudo tail -n 30 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log"
|
||||
echo "sudo tail -n 30 /home/bitcoin/.lightning/${network}/cl.log"
|
||||
sudo tail -n 30 /home/bitcoin/.lightning/${network}/cl.log
|
||||
else
|
||||
echo "- not activated -"
|
||||
|
|
Loading…
Add table
Reference in a new issue