rules fixing and general beautification
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -79,3 +79,4 @@ typings/
|
|||||||
# DynamoDB Local files
|
# DynamoDB Local files
|
||||||
.dynamodb/
|
.dynamodb/
|
||||||
casRpsLogExtractor/casRpsLogExtractor.config.json
|
casRpsLogExtractor/casRpsLogExtractor.config.json
|
||||||
|
casRpsLogExtractor/casRpsLogExtractor.maxPKey.dat
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0010000000a87kj9
|
0010000000a7p61y
|
||||||
@@ -42,9 +42,11 @@ const server = micro(async (req, res) => {
|
|||||||
if (isWhiteListed) {
|
if (isWhiteListed) {
|
||||||
logger.log("debug", "Not Whitelisted: " + miniInput);
|
logger.log("debug", "Not Whitelisted: " + miniInput);
|
||||||
fs.appendFileSync("./log/skipped.log", miniInput + "\n");
|
fs.appendFileSync("./log/skipped.log", miniInput + "\n");
|
||||||
|
process.stdout.write(".");
|
||||||
} else {
|
} else {
|
||||||
logger.log("info", "Not Whitelisted: " + miniInput);
|
logger.log("debug", "Not Whitelisted: " + miniInput);
|
||||||
fs.appendFileSync("./log/issues.log", miniInput + "\n");
|
fs.appendFileSync("./log/issues.log", miniInput + "\n");
|
||||||
|
process.stdout.write("!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
{ "_comment":"Listener Start" , "Logic":"-", "Field":"LogText", "Comp":"~", "Value":"/^Starting COMPortListener for.*on port /"},
|
{ "_comment":"Listener Start" , "Logic":"-", "Field":"LogText", "Comp":"~", "Value":"/^Starting COMPortListener for.*on port /"},
|
||||||
{ "_comment":"Listener End" , "Logic":"-", "Field":"LogText", "Comp":"~", "Value":"/^Ending COMPortListener for.*on port /"},
|
{ "_comment":"Listener End" , "Logic":"-", "Field":"LogText", "Comp":"~", "Value":"/^Ending COMPortListener for.*on port /"},
|
||||||
{ "_comment":"Transaction Creation" , "Logic":"-", "Field":"LogText", "Comp":"===", "Value":"Create transaction"},
|
{ "_comment":"Transaction Creation" , "Logic":"-", "Field":"LogText", "Comp":"===", "Value":"Create transaction"},
|
||||||
{ "_comment":"Transaction Creation" , "Logic":"-", "Field":"LogText", "Comp":"===", "Value":"ReorganisationWorker.InitializeForWorkerAPI entered."},
|
{ "_comment":"SettingDefaultFallback" , "Logic":"-", "Field":"LogText", "Comp":"===", "Value":"A setting value cannot be read. The default value is used."},
|
||||||
|
{ "Logic":"-", "Field":"LogText", "Comp":"===", "Value":"ReorganisationWorker.InitializeForWorkerAPI entered."},
|
||||||
|
|
||||||
{ "_comment":"Modules whose Loglevel can be trusted.",
|
{ "_comment":"Modules whose Loglevel can be trusted.",
|
||||||
"Logic":"&", "rules":[
|
"Logic":"&", "rules":[
|
||||||
|
|||||||
Reference in New Issue
Block a user