Do not record request-paths for now

This commit is contained in:
Michael Jackson 2016-05-10 11:19:11 -07:00
parent 5b8c8e6742
commit 9e6e5148a4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export const logStats = (redisURL) => {
const path = req.path
if (res.statusCode === 200 && path.charAt(path.length - 1) !== '/') {
redisClient.zincrby([ 'request-paths', 1, path ])
//redisClient.zincrby([ 'request-paths', 1, path ])
const match = URLFormat.exec(path)