RED-9472: seperation of system rules
This commit is contained in:
parent
518a9bdb2e
commit
47eda6290f
@ -86,6 +86,7 @@ public class RuleBuilderService {
|
||||
.stream())
|
||||
.distinct()
|
||||
.toList());
|
||||
log.info("merged rules: {}", RuleFileFactory.buildRuleString(ruleFileBluePrintExisting, false, false));
|
||||
return RuleMergingResult.builder()
|
||||
.mergedRules(RuleFileFactory.buildRuleString(ruleFileBluePrintExisting, false, false))
|
||||
.addedGlobalsOffset(ruleFileBluePrintExisting.getGlobals().length())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user