add BTC-RPC-Explorer to debug logs

This commit is contained in:
rootzoll 2021-09-16 12:25:36 +02:00
parent 853c29c922
commit ccf161b102

View File

@ -276,6 +276,16 @@ else
echo "- BTCPayServer is OFF by config"
fi
if [ ${BTCRPCexplorer} == "on" ]; then
echo
echo "*** LAST 20 BTC-RPC-Explorer LOGS ***"
echo "sudo journalctl -u btc-rpc-explorer -b --no-pager -n20"
sudo journalctl -u btc-rpc-explorer -b --no-pager -n20
echo
else
echo "- BTC-RPC-Explorer is OFF by config"
fi
if [ "${LNBits}" == "on" ]; then
echo
echo "*** LAST 20 LNbits LOGS ***"