Hello guys
I have two logging-channel-adapter configured
I know both are right now the same, but I could change some attribute for any of them, therefore I need have two declaredCode:<int:logging-channel-adapter id="logger01" log-full-message="true" level="INFO" /> <int:logging-channel-adapter id="logger02" log-full-message="true" level="INFO" />
Even when the id are unique, always in my console output I got for both
I mean, I dont have a way to know exactly which logging-channel-adapter are showing the information. I would have a project with many logging-channel-adapter and I need to know which of them are showing the informationCode:2011-07-12 20:47:00,375 INFO [org.springframework.integration.handler.LoggingHandler] ... 2011-07-12 20:47:00,375 INFO [org.springframework.integration.handler.LoggingHandler] ...
How would I handle this?
Thanks in advanced


Reply With Quote