Disabling the console.log replacement

This commit is contained in:
csausdev
2011-04-17 17:46:13 +10:00
parent d9bfc5db44
commit 9f4878d82c
2 changed files with 4 additions and 3 deletions

View File

@@ -648,7 +648,8 @@ module.exports = function (fileSystem, standardOutput, configPaths) {
//set ourselves up if we can find a default log4js.json
configure(findConfiguration());
//replace console.log, etc with log4js versions
replaceConsole(getLogger("console"));
//disabling this (17/04/11 - GJ), as console.log does fancy formatting that this breaks
//replaceConsole(getLogger("console"));
}
var thismodule = {