monitor plugin: init log

This commit is contained in:
Manuel Araoz 2014-09-02 11:26:54 -03:00
parent 28da92be37
commit cd7f5035e4

View File

@ -5,4 +5,5 @@ var microtime = require('microtime');
module.exports.init = function(config) {
logger.info('Using monitor plugin');
};