Question
1
Replies
1074
Views
Posted: April 4, 2018
Last activity: February 4, 2019
Closed
Solved
How do I enable debug log on my Pega Cloud environment?
How do I enable debug log on my Pega Cloud environment?
We will come across certain Critical issues either during development phase or in a Production Environment. At that time of Troubleshooting we will look the INFO Logs in the PegaRules Log file. However some times it is not actually help in finding the Root-Cause.
Some good ways to quickly narrow down the issue is to set the DEBUG Log Level to certain Pega OOTB Classes.
This video shows how to enable the debug logs in Pega
https://pdn.pega.com/pegatube/support-guide-how-enable-pega-debug-logs
Some of the Use full classes debug classes.
Connet SOAP
Rule_Obj_Activity.Invoke.Rule_Connect_SOAP
Rule_Obj_Activity.InvokeAxis2.Rule_Connect_SOAP
com.pega.pegarules.integration.engine.internal.ServiceHelper
com.pega.pegarules.integration.engine.internal.services.ServiceAPI
com.pega.pegarules.integration.engine.internal.util.PRServiceUtils
Connect REST
Rule_Obj_Activity.Invoke.Rule_Connect_REST.Action
Rule_Obj_Activity.pyInvokeRESTConnector.Rule_Connect_REST.Action
EmailListener
com.pega.pegarules.integration.engine.internal.services.email.EmailListener