So first problem is to change the XOG from an XML object ot a string as shown in line 3
Then Set the error level to "ERROR" so that even the Saas environment will have to process it.
Saas sets logging off so that the logs do not fill up. setting it to ERROR will force a log to be thrown
- <gel:set var="xogbodystr" select="$xogBody" asString="true"/>
- <gel:log category="XOG" level="ERROR">${xogBodystr}</gel:log>

No comments:
Post a Comment