Logging to "System Console" in a debug node

I’m fairly new to node-red and am playing with the web scraping node. In my debug node I have been able to see the html but it gets cut off after a few hundred characters, which means I’m unable to fully identify what has been returned.

I’ve set the output to “System Console”, which I understand is where the full HTML will be dumped, but I’m not able to find out how to access it. Is there any way to see the entire msg.payload rather than just a snippet?

Can anyone assist?
Thanks.