Added some bit advanced statistic logging

This commit is contained in:
YourFriendlyNeighborhoodDealer 2018-11-29 16:43:43 +01:00
parent 06dc1078bb
commit 02c513c090
2 changed files with 38 additions and 4 deletions

View file

@ -69,7 +69,7 @@ app.use(function(req, res, next) {
res.on('finish', function() {
Log(req, true);
});
stat.Inc(req.url);
stat.LogStat(req.url);
next();
});
app.use(express.static('public'));