Disabling the console.log replacement
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user