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