rules-machine icon indicating copy to clipboard operation
rules-machine copied to clipboard

Feature Request: Rule Names and Descriptions

Open dara-rockwell opened this issue 2 years ago • 1 comments

In order to parse traces better, it would be good to have a name and description property for each rule that are passed through to the logging trace.

dara-rockwell avatar Dec 20 '22 23:12 dara-rockwell

Do you mean something like this?

{
  "if": "foo == bar",
  "then": "dara = giantMech",
  "name": "muhRule",
  "description": "This is a rule that does stuff"
}

chhatch avatar Dec 20 '22 23:12 chhatch