mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
use log files directly
This commit is contained in:
@@ -45,6 +45,7 @@ pathAdd=""
|
|||||||
if [ "${chain}" = "test" ]; then
|
if [ "${chain}" = "test" ]; then
|
||||||
pathAdd="/testnet3"
|
pathAdd="/testnet3"
|
||||||
fi
|
fi
|
||||||
|
sudo journalctl -u ${network}d -b --no-pager -n5
|
||||||
sudo tail -n 20 /mnt/hdd/${network}${pathAdd}/debug.log
|
sudo tail -n 20 /mnt/hdd/${network}${pathAdd}/debug.log
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
@@ -53,7 +54,8 @@ sudo systemctl status lnd -n2 --no-pager
|
|||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
echo "*** LAST 20 LND LOGS ***"
|
echo "*** LAST 20 LND LOGS ***"
|
||||||
sudo journalctl -u lnd -b --no-pager -n20
|
sudo journalctl -u lnd -b --no-pager -n5
|
||||||
|
sudo tail -n 20 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
if [ "${rtlWebinterface}" = "on" ]; then
|
if [ "${rtlWebinterface}" = "on" ]; then
|
||||||
|
Reference in New Issue
Block a user