Skip to content

Commit

Permalink
fix(init): fix the logger configuration
Browse files Browse the repository at this point in the history
Closes #340
  • Loading branch information
vojtajina committed Feb 13, 2013
1 parent e34d883 commit 481dc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.js
Expand Up @@ -300,7 +300,7 @@ exports.init = function(config) {
logLevel = config.logLevel;
}

logger.setup(useColors, logLevel);
logger.setup(logLevel, useColors);


// need to be registered before creating readlineInterface
Expand Down

0 comments on commit 481dc3f

Please sign in to comment.