Update blitz.debug.sh (#2740)

Changed lnd to c-lightning log output for c-lightning node
This commit is contained in:
pretyflaco 2021-11-30 13:59:17 +03:00 committed by rootzoll
parent 34fb92e8a4
commit 3762406fe5

View file

@ -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 -"