RED-9472: seperation of system rules
This commit is contained in:
parent
ea3b0b9999
commit
a011a93fd2
@ -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