Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

methods to facilitate rule creation and debugging #354

@boc-tothefuture

Description

@boc-tothefuture

Two things I have found as I convert my rules.

  1. I usually want debug/trace logging turned on for a specific rule, when I have it turned on everywhere there is too much logging for me to find what I want. Proposal, add a 'log_level' to the rule syntax.
  2. I often have a set of things when I am building or debugging a rule that I want to know the state of/value of as the rule executes (or not due to a guard). Proposal, add a 'debug' which accepts an object or array of objects and logs the inspection of them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions