I have a requirement for logging ruleset request and response fields. I have 30 ruleapps and each rule app contains 1 ruleset. So, totally I have 30 rulesets. Each ruleset belongs to each client project.
If I want to log the request and response fields of rulesets I need to implement my own logging in all the 30 ruleapps xoms by using log4j third party libraries.
But I am looking for a solution in such a way that, If I do any customisations to RES, then I will own my logging standards or common logging for all other rule apps request and response.
The solution should eliminate logging dependency in all the ruleapps.
Any suggestions or can we achieve this way of logging in IBM ODM.