Fix in RulesEngine, add current rule files and add License

This commit is contained in:
Joe
2019-01-09 06:27:00 -06:00
parent 9d5a94d98c
commit 1975167745
6 changed files with 3174 additions and 91 deletions

View File

@@ -19,7 +19,23 @@ const logger = winston.createLogger({
]
});
logger.log("info", "Starting casRpsLogExtractor v0.1 by j.tretter@gmail.com");
console.log(`casRpsLogExtractor Copyright (C) 2019 j.tretter@gmail.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.`);
logger.log("info", `casRpsLogExtractor v0.1 Starting`);
const config = JSON.parse(fs.readFileSync("casRpsLogExtractor.config.json", "utf8"));
logger.log("debug", "Config" + JSON.stringify(config))