Use new endpoint exposure property

This commit is contained in:
Spencer Gibb
2018-02-12 21:09:59 -05:00
parent 5a6d76d003
commit acdcb4a6d5
2 changed files with 4 additions and 2 deletions

View File

@@ -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
logging.level.org.springframework.integration: DEBUG
management.endpoints.web.exposure.include: *

View File

@@ -1,2 +1,3 @@
# This way you get to see the exceptions when the fallback is accessed
logging.level.com.netflix.hystrix.AbstractCommand: DEBUG
logging.level.com.netflix.hystrix.AbstractCommand: DEBUG
management.endpoints.web.exposure.include: *