Logging all plugins executed for a request

Hi,

Is it possible to log all the plugins (global, service, route and consumer specific) that have been executed for every request proxied via Kong via the any of the logging plugins (http-log etc)

Looks like there is ngx.ctx.plugins_for_request that get populated by the plugins_iterator and whether it is possible to log it via any of the logging plugins.

Thanks.

Bala