From e1007f8ed9440505b2a838eba3177da9cf140507 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 17 Jan 2019 08:13:38 -0600 Subject: [PATCH] Rules Update --- rules/casrpslog.rule.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rules/casrpslog.rule.json b/rules/casrpslog.rule.json index eb2804a..1c85498 100644 --- a/rules/casrpslog.rule.json +++ b/rules/casrpslog.rule.json @@ -186,8 +186,14 @@ "Logic":"&", "rules":[ {"Logic":"-", "Field":"Module", "Comp":"===", "Value":"CAS 11.0"}, {"Logic":"|", "rules":[ - {"Logic":"-", "Field":"Severity", "Comp":"<", "Value":"2"}, + { "_comment":"If the Severity is smaller then 2 it's not a problem", "Logic":"-", "Field":"Severity", "Comp":"<", "Value":"2"}, + { "_comment":" --- BEGIN ------ Application Manual Rules" }, + {"Logic":"-", "Field":"LogText", "Comp":"~", "Value":"/^..Please assign a PPG or SKU to the payment request/m"}, + { "_comment":" --- END -------- Application Manual Rules" }, + + + { "_comment":" >>> the following rules were automatically generated from the Application Error Messages. <<< " }, {"Logic":"-", "Field":"LogText", "Comp":"~", "Value":"/^System\\.Reflection\\.TargetInvocationException: Exception has been thrown by the target of an invocation\\. ---> Cas\\.Framework\\.CasValidationException:/"}, {"Logic":"-", "Field":"LogText", "Comp":"~", "Value":"/^calling Cas\\.BusinessLogic\\..* with .* parameters:/"},