beautification and version numbering
This commit is contained in:
@@ -19,7 +19,7 @@ const logger = winston.createLogger({
|
||||
]
|
||||
});
|
||||
|
||||
logger.log("info", "Starting casRpsLogExtractor");
|
||||
logger.log("info", "Starting casRpsLogExtractor v0.1 by j.tretter@gmail.com");
|
||||
const config = JSON.parse(fs.readFileSync("casRpsLogExtractor.config.json", "utf8"));
|
||||
|
||||
logger.log("debug", "Config" + JSON.stringify(config))
|
||||
@@ -77,11 +77,6 @@ sql.connect(config.sqlConfig, err => {
|
||||
allRows=[];
|
||||
}
|
||||
|
||||
if (lastOutMaxPKey !== maxPKey) {
|
||||
process.stdout.write("[" + maxPKey + "]\n");
|
||||
lastOutMaxPKey = maxPKey;
|
||||
} else {
|
||||
process.stdout.write(".");
|
||||
}
|
||||
process.stdout.write(".");
|
||||
});
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user