0

Is there any way to track/log the inner execution of the Siddhi execution plan? Now I'm talking about vanilla Siddhi not WSO2 CEP. I didn't find any way how to turn it on. How do you debug your rules? Thanks.

yshadow
  • 77
  • 4

1 Answers1

0

You can use built-in Logger function of Siddhi. Please refer this documentation. However, this is only available after Siddhi 3.1.0

Grainier
  • 1,634
  • 2
  • 17
  • 30