log fired hooks

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 17e7fe3070
commit 81341e86ee

@ -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);

Loading…
Cancel
Save