Question
TechM
IN
Last activity: 17 Aug 2020 10:38 EDT
Enable Logs for Connect-SOAP and Connnect- Rest in prlog4j2,xml in Pega 8.3 version
In previous version of Pega, the SOAP request and response messages are displayed in log file if we add below category in prlogging.xml
<category name="Rule_Obj_Activity.InvokeJMSConnector.Rule_Connect_JMS.Action">
<priority value="debug"/>
</category>
In Pega v8.3, i can see that prlogging.xml is replaced with prlog4j2.xml . So can someone help me how to add below 2 loggers in prlog4j2.xml so that the request and response are captured in pega logs,
Rule_Obj_Activity.InvokeAxis2.Rule_Connect_SOAP.Action
com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector
***Edited by Moderator: Pallavi to update platform capability tags***