From acdcb4a6d5245e9fd047fae87d734edfc75a0e20 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 12 Feb 2018 21:09:59 -0500 Subject: [PATCH] Use new endpoint exposure property --- hystrix-amqp/src/main/resources/application.properties | 3 ++- hystrix/src/main/resources/application.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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