Set log level to 'debug' for logging to file.

This commit is contained in:
Payman Delshad
2014-04-14 09:38:10 +02:00
committed by Jonathan Lipps
parent 74fe080148
commit 4c18b4dfd6
+1 -1
View File
@@ -26,13 +26,13 @@ module.exports.init = function (args) {
, handleExceptions: true
, exitOnError: false
, json: false
, level: 'debug'
});
var winstonOptions = {
console:
_.extend({
colorize: !args.logNoColors
, level: 'debug'
}, options)
};