-
- Downloads
Add unified logger output and file logging.
parent
f75baf3b
Branches
No related tags found
... | ... | @@ -8,9 +8,10 @@ |
"body-parser": "^1.15.2", | ||
"cors": "^2.7.1", | ||
"express": "^4.14.0", | ||
"express-winston": "^2.4.0", | ||
"formidable": "^1.0.17", | ||
"jsonwebtoken": "^7.0.1", | ||
"mongoose": "^4.5.1", | ||
"morgan": "^1.7.0" | ||
"winston": "^2.3.1" | ||
} | ||
} |
utils/logger.js
0 → 100644
Please register or sign in to comment