Debugging REST/SOAP step in Integration HubIssue Using request body, response code for error handling in REST/SOAP steps in Integration HubResolutionSet Log Level Globally Only way to set 'glide.outbound_http_log.override' and 'glide.outbound_http_log.override.level' which will set log level GloballyHTTP log level specific to a REST steps can't be changed Use Response Body Status code for REST/SOAP step debug To get the Output variables in the Data pill you can set Output in "POST Messge" action.You can get variables like "request body,status code,error message" from POST Message action.This output variables will be available as data pill under "POST a message"This variable now you can use in your next action