log fired hooks

This commit is contained in:
Barış Soner Uşaklı
2018-06-13 11:43:46 -04:00
parent 17e7fe3070
commit 81341e86ee

View File

@@ -87,6 +87,7 @@ module.exports = function (Plugins) {
var hookList = Plugins.loadedHooks[hook];
var hookType = hook.split(':')[0];
winston.verbose('[plugins/fireHook]', hook);
switch (hookType) {
case 'filter':
fireFilterHook(hook, hookList, params, callback);