1.0.2 • Published 10 years ago
fable-log-parser v1.0.2
Fable Log Parser
Install
npm install fable-log-parserThen go to the log parser folder, and run npm install to get all the dependencies by running npm install.
Usage
node FableLogParser.js -p /home/steven/Logs/ -i MyServer.log -x -d -tWhich will create a database FableLogParser and a table LogLine in it which contains each line of the retold log file. This assumes a local mysql database with the user root and the password being blank. If this isn't the case, you can use the Retold pattern for overloading config files to change the settings. More documentation to come when time allows!
1.0.2
10 years ago