diff --git a/hystrix-amqp/src/main/resources/application.properties b/hystrix-amqp/src/main/resources/application.properties index 67d89bc..38e5ce0 100644 --- a/hystrix-amqp/src/main/resources/application.properties +++ b/hystrix-amqp/src/main/resources/application.properties @@ -1,3 +1,4 @@ # This way you get to see the exceptions when the fallback is accessed logging.level.com.netflix.hystrix.AbstractCommand: DEBUG -logging.level.org.springframework.integration: DEBUG \ No newline at end of file +logging.level.org.springframework.integration: DEBUG +management.endpoints.web.exposure.include: * \ No newline at end of file diff --git a/hystrix/src/main/resources/application.properties b/hystrix/src/main/resources/application.properties index 70c0501..c018efa 100644 --- a/hystrix/src/main/resources/application.properties +++ b/hystrix/src/main/resources/application.properties @@ -1,2 +1,3 @@ # This way you get to see the exceptions when the fallback is accessed -logging.level.com.netflix.hystrix.AbstractCommand: DEBUG \ No newline at end of file +logging.level.com.netflix.hystrix.AbstractCommand: DEBUG +management.endpoints.web.exposure.include: * \ No newline at end of file