Code style and performance fixes

This commit is contained in:
NGPixel
2016-10-17 19:52:04 -04:00
parent 847c81946a
commit 9454065ab9
12 changed files with 57 additions and 54 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ var winston = require('winston');
module.exports = (isDebug) => {
winston.remove(winston.transports.Console)
winston.remove(winston.transports.Console);
winston.add(winston.transports.Console, {
level: (isDebug) ? 'info' : 'warn',
prettyPrint: true,