0

How to turn on DEBUG logging for org.springframework.integration in eclipse, I am very new in spring integration, I want to debug my spring integration xml file content because Http request is not working.

UmAnusorn
  • 10,420
  • 10
  • 72
  • 100
user3152495
  • 1
  • 1
  • 2
  • Have you try this solution? http://stackoverflow.com/questions/7840088/debugging-spring-configuration – UmAnusorn Aug 29 '16 at 11:21
  • Thanks i will try that out . – user3152495 Aug 29 '16 at 11:25
  • Also see the [spring framework logging documentation](http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/overview.html#overview-logging) to assist with configuring a logging subsystem of your choice (log4j, logback etc). – Gary Russell Aug 29 '16 at 13:46

1 Answers1

1

Spring integration has an additional flag @EnableIntegrationManagement(defaultLoggingEnabled = "true")

Andy Baer
  • 45
  • 6