mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
formatting logs
This commit is contained in:
parent
c9cfeaa7d6
commit
88a26f881c
@ -42,6 +42,7 @@ echo ""
|
||||
|
||||
echo "*** LAST 5 ERROR LOGS ***"
|
||||
sudo journalctl -u ${network}d -b --no-pager -n5
|
||||
echo ""
|
||||
echo "*** LAST 20 INFO LOGS ***"
|
||||
pathAdd=""
|
||||
if [ "${chain}" = "test" ]; then
|
||||
@ -56,6 +57,7 @@ echo ""
|
||||
|
||||
echo "*** LAST 5 LND ERROR LOGS ***"
|
||||
sudo journalctl -u lnd -b --no-pager -n5
|
||||
echo ""
|
||||
echo "*** LAST 20 LND INFO LOGS ***"
|
||||
sudo tail -n 20 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log
|
||||
echo ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user