Can I suggest that the amount of history shown in node-red-log should be increased? Currently it only shows the last 25 lines of the log but often that is not enough even immediately after startup. This can be achieved by changing the last line of /usr/bin/node-red-log
from
sudo journalctl -f -n 25 -u nodered -o cat
to
sudo journalctl -f -n 50 -u nodered -o cat
or maybe even 75