lib/connect-logger.js - format takes tokens array instead of req, res

This commit is contained in:
Christo Fogelberg
2015-03-10 06:13:49 +00:00
parent ba80dc1588
commit 24268422cf
2 changed files with 44 additions and 30 deletions
+2 -1
View File
@@ -31,7 +31,8 @@
"dependencies": {
"async": "~0.2.0",
"readable-stream": "~1.0.2",
"semver": "~1.1.4"
"semver": "~1.1.4",
"underscore": "1.8.2"
},
"devDependencies": {
"vows": "0.7.0",