It seems as though when using TRACE level logging, the request and response from the failed http request do not get written to the logs. It’s as if the .exitHereIfFailed short circuits the logging and terminates the scenario too soon for it to hit the logs.
Does anybody else see this?