How to enable Logging in Fast formulas
Summary:
We typically use the rlog to capture the log messages for FF debugging
l_msg = add_rlog(-999, 30, 'l_action_reason_code = '|| l_action_reason_code) to the FF.
and used to get the logging information from the log table - HWM_RULE_FF_WORK_LOG.
However, from the recent releases we see that the log messages for FFs are not gettting captured.
If usage of add_rlog is not supported in participation and rate eligibility formula, what is the recommended approach to log? This is crucial for a developer to debug the fast formula issues during development.