Merge branch 'develop' into api-v3

This commit is contained in:
Matteo Pagliazzi
2016-02-26 10:08:24 +01:00
40 changed files with 3877 additions and 3805 deletions

View File

@@ -9,7 +9,7 @@ const IS_TEST = nconf.get('IS_TEST');
let logger = new winston.Logger();
if (IS_PROD) {
// TODO production logging, use loggly
// TODO production logging, use loggly and new relic too
// log errors to console too
} else if (IS_TEST) {
// Do not log anything when testing