Debugging for a particular request

Hi,
We have lengthy script with around 500+ requests in script. We want to see the response of last few requests. In script how to enable and disable logging for particular request.

Thanks

Hi there,

there’s no built-in way of handling this, but couldn’t you conditionally console.log() the responses in your script?

I don’t see another way besides doing it manually. Maybe someone else has a better idea.

unless those scripts are not dependant on each other then you could comment out the ones you don’t need.