@o3r/rules-engine 12.0.0-rc.7 → 12.1.0-prerelease.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1831,7 +1831,7 @@ class RulesetExecutor {
1831
1831
  output.evaluation = handleRuleEvaluationDebug(rule, this.ruleset.name, output.actions, output.error, runtimeFactValues, factValues, oldFactValues, inputFacts);
1832
1832
  }
1833
1833
  else if (output.error) {
1834
- this.rulesEngine.logger?.error(`Error while evaluating rule ID: ${rule.id}`, output.error);
1834
+ this.rulesEngine.logger?.error(output.error);
1835
1835
  this.rulesEngine.logger?.warn(`Skipping rule ${rule.name}, and the associated ruleset`);
1836
1836
  }
1837
1837
  return output;