mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
add nginx to debug logs
This commit is contained in:
parent
16608d3db6
commit
0ddd30dcfe
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@ 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
|
sudo tail -n 30 /mnt/hdd/lnd/logs/${network}/${chain}net/lnd.log
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
echo "*** LAST NGINX LOGS ***"
|
||||||
|
echo "sudo journalctl -u nginx -b --no-pager -n20"
|
||||||
|
sudo journalctl -u nginx -b --no-pager -n20
|
||||||
|
echo ""
|
||||||
|
|
||||||
if [ "${touchscreen}" = "1" ]; then
|
if [ "${touchscreen}" = "1" ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "*** LAST 20 TOUCHSCREEN LOGS ***"
|
echo "*** LAST 20 TOUCHSCREEN LOGS ***"
|
||||||
|
|
Loading…
Add table
Reference in a new issue