0

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?

z_blue
  • 350
  • 3
  • 20

1 Answers1

0

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?

Community
  • 1
  • 1
z_blue
  • 350
  • 3
  • 20