How do I log activity calls only (not steps) in PegaRULES log
I need to troubleshoot an issue where lock is somehow lost. I figured out a way to log (in PegaRULES log file) when lock is acquired and lock is lost. This does not help too much though, as I need to know which activity causes lock to be lost. In log level settings, you can enable Rule_Obj_Activity logger, however it will log the entire activity execution including steps, which I do not need.
Is there a logger where I can log only the activities being referenced? Or any other suggestions (cannot use remote tracer, as issue is sporadic, and multiple users present)