Force bundling of appenders/console
Changes to be committed: modified: lib/log4js.js
This commit is contained in:
parent
ec5f4485f8
commit
ec72c03f81
@ -65,6 +65,8 @@ var events = require('events')
|
||||
replaceConsole: false
|
||||
};
|
||||
|
||||
require('./appenders/console');
|
||||
|
||||
function hasLogger(logger) {
|
||||
return loggers.hasOwnProperty(logger);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user