From 481dc3fd75f45a0efa8aabdb1c71e8234b9e8a06 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Wed, 13 Feb 2013 13:34:07 -0800 Subject: [PATCH] fix(init): fix the logger configuration Closes #340 --- lib/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.js b/lib/init.js index 855695cad..afcdca3ad 100755 --- a/lib/init.js +++ b/lib/init.js @@ -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