add tests for emails (wip) and encryption, misc fixes

This commit is contained in:
Matteo Pagliazzi
2015-11-13 17:04:47 +01:00
parent 170a25c712
commit 19ce7c9b53
3 changed files with 18 additions and 10 deletions

View File

@@ -12,7 +12,9 @@ if (IS_PROD) {
// log errors to console too
} else {
logger
.add(winston.transports.Console);
.add(winston.transports.Console, {
colorize: true,
});
}
export default logger;