Logs support.

Added /logs endpoint with basic logger and LoggerAdapter.
This commit is contained in:
Peter Shin
2016-02-04 08:18:19 -08:00
parent e6ef0ae55c
commit dc4859f561
7 changed files with 449 additions and 2 deletions

View File

@@ -23,7 +23,8 @@
"node-gcm": "^0.14.0",
"parse": "^1.7.0",
"randomstring": "^1.1.3",
"request": "^2.65.0"
"request": "^2.65.0",
"winston": "^2.1.1"
},
"devDependencies": {
"babel-cli": "^6.5.1",