How To Disable Writing Json To Server Logs
(Doc ID 2819088.1)
Last updated on NOVEMBER 15, 2023
Applies to:
Oracle SOA Suite - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Goal
How to disable json data written to soa-server.out.
BPEL uses the TranslateToJSON and TranslateToXML components with json data.
When the instance is executed, the following entries appear in soa-server.out:
translateToNative called with
input[oracle.xml.parser.v2.XMLElement@7d0569bd],
nxsd[Schemas/request_json_string.xsd], root[Root-Element],
targetType[STRING], attachment [null]
Creating Translator Tuple with
xlator=>oracle.tip.pc.services.translation.xlators.json.JsonTranslator@5e6114c7, encoding =>UTF-8
translateToNativeString called with encoding[UTF-8]
translateFromNative called with input[{ "status_code": "1", "body": {
"type": "type1", "title": "title1", "detail" : "detail1" }}],
nxsd[Schemas/response_json_string.xsd], root[Root-Element], targetType[DOM],attachment [null]
Creating Translator Tuple with xlator=>oracle.tip.pc.services.translation.xlators.json.JsonTranslator@1465283
7, encoding =>UTF-8
translateFromNativeString called with input length=[106]
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |