Good morning,
I would like to customize the logs of my payment plugin by enriching the MDC with the plugin name. If I set MDC.put("pluginName", "name") in the Activator’s start() method, I encounter the issue that the key is not propagated to the threads that handle the calls.
What is the recommended way to achieve this in Kill Bill plugins?
Thank you for your help,
Pardos