mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +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
|
||||
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
|
||||
echo ""
|
||||
echo "*** LAST 20 TOUCHSCREEN LOGS ***"
|
||||
|
|
Loading…
Add table
Reference in a new issue