mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
show nginx systemd logs (#2220)
This is important, normally nginx fails and this is not shown.
This commit is contained in:
@@ -71,6 +71,10 @@ echo "sudo tail -n 30 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log"
|
||||
sudo tail -n 30 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log
|
||||
echo ""
|
||||
|
||||
echo "*** NGINX SYSTEMD STATUS ***"
|
||||
sudo systemctl status nginx -n2 --no-pager
|
||||
echo ""
|
||||
|
||||
echo "*** LAST NGINX LOGS ***"
|
||||
echo "sudo journalctl -u nginx -b --no-pager -n20"
|
||||
sudo journalctl -u nginx -b --no-pager -n20
|
||||
|
Reference in New Issue
Block a user