Michael Adamski
Pretty straight forward here. I have a need to make some requests that are pretty big. In one case, I am running a GET for all property-definitions in a given workflow. In previous steps I am running similarly large requests to other API's.
The issue here is that the response from those requests are being printed to the activity logs and when I go to open them up, it glitches out or is just generally very slow. In some cases, it causes a memory overload and crashes my entire browser.
Is it possible to mute these responses and instead only print to the logs what I explicit state should be logged?
0
Comments
Please sign in to leave a comment.
Hi Michael,
Typically the only things logged to the activity stream are things in the script that are subject to a console.log statement. If you can give me a hint at what workflow and if it's your Prod vs. non-prod instance I can take a quick look.
Happy Monday!