Skip to content

Commit

Permalink
added filterbetween
Browse files Browse the repository at this point in the history
  • Loading branch information
amaurer committed Dec 13, 2012
1 parent 7eca56d commit a983cbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ var fs = require("fs");
var LogMassage = require("./log-massage.js");

var logFilePath = "X:\\JRun4\\servers\\OEMLR_Sean\\cfusion.ear\\cfusion.war\\WEB-INF\\cfusion\\logs\\Dean.log";
var filterRange = [
new Date("12/03/12").getTime(),
new Date("12/04/12").getTime()
];


fs.readFile(logFilePath, function(e, data){
Expand Down

0 comments on commit a983cbf

Please sign in to comment.