Hi ,
Spring Integration provides copious amounts of logging to help you understand what is going on in your application just set the org.springframework.integration logger level to DEBUG...so does the separate logging-channel-adapter that is provided to us will provide it with logs for example let say i=the below code format....
Code:<logging-channel-adapter id="logger" level="DEBUG"/>
Now wat if i want these logs to be stored separately as we do in the case of log4j api by setting the appenders through properties file how we can do this with spring integration..?![]()


Reply With Quote