Hello guys
I have the follow code which is applied globally for many Message Channels
I can see the complete payload and headers for each Message since I have true the attribute log-full-message, my problem is, I have no way to indentify which Message Channel is actually intercepted explicitly among the others, I want avoid implement a Custom IntecerptorCode:<int:wire-tap pattern="*Channel" channel="logger" /> <int:logging-channel-adapter id="logger" level="INFO" log-full-message="true" />
Is possible get this feature?
Thank you


Reply With Quote