This object is in archive! 

Be able to log every step of a rule

Yann Roland shared this idea 10 years ago
Under Consideration

It will be useful to be able to log every step (if else...) of a rule (in a text file or other)

it is very hard to debug rule with the actual system.

Replies (1)

photo
1

If we could have the parameter access back you could have set a variable to a debug value and send an email in the end. Now you'll have to send emails directly like this:


when (some condition)

..if (some condition)

.....send email "inside main if"

.....do something

..else

.....send email "inside else"

.....do something


But having some kind of debug console would be good. And a debug puzzle piece to append to the debug console.

Leave a Comment
 
Attach a file