We are trying to put code which previously was in a Custom HTML block into a FUNCTION node in a workflow. However, there’s lots of math and whatnot, to view and debug the livestream data. So, there’s lots of console.log messages reporting all this useful debugging info. It comes out quick, so I see it triggering the “Maximum per-second limit reached.”
How can we see the output of all the console.log reports? Can I put them to a local file? Or a file which you email to me later (not ideal but better). I want to see all my console log output, ideally in the console.
Thanks.