Skip to content

Commit

Permalink
Force bundling of appenders/console
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   lib/log4js.js
  • Loading branch information
martinhbramwell committed Dec 9, 2014
1 parent ec5f448 commit ec72c03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/log4js.js
Expand Up @@ -65,6 +65,8 @@ var events = require('events')
replaceConsole: false
};

require('./appenders/console');

function hasLogger(logger) {
return loggers.hasOwnProperty(logger);
}
Expand Down

0 comments on commit ec72c03

Please sign in to comment.