Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logging Level and allow Sub Classing #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gatling822
Copy link

@gatling822 gatling822 commented Feb 16, 2020

We have been using this awesome rules engine for almost 2 years thing have been great but recently we added more rule the performance started to degrade. We found that one improvement was to stop creating the log statement for every matched rule.

Second we found a use case where would would like to use more features of the MVEL sub system, and use the compiled rules and that are created in the Engine.java so adding the ability subclass the Engine.java would allow use to extend the functionality if needed.

Resolves #7

@gatling822 gatling822 requested a review from maxant February 16, 2020 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Help improve logging performance. Debug logging
1 participant