Hi,When we do a "logInfo" in a Javascript function called by SOAP, how can we read/get the information logged?For example, in the documentation to implement SOAP calls (Implementing SOAP methods ), we havefunction nms_recipient_testLog(message) { logInfo("*** " + message) }Where can we see this mes...