Search code examples
ibm-cloudbusiness-rules

ruleset.trace.enabled=true but trace not enabled for Business Rules on Bluemix


I am trying to trace my rules that are deployed on the Business Rules service on Bluemix. I set the ruleset property ruleset.trace.enabled to true, however, this does not seem to enable tracing (like it did for ODM). What am I doing wrong?


Solution

  • Apparently tracing is disabled by default for rules executing on the Business Rules service. Using the ruleset properties ruleset.trace.enabled, ruleset.sequential.trace.enabled and filters does not enable tracing.

    Instead, I had to add trace filter tags to the payload request. There are more details at How can I trace rules in the Business Rules service on Bluemix?