This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 4b10e4325f24bb3cbf422f8c192089eeb95ce697 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jun 9 09:53:03 2020 +0200 health check --- .../src/main/resources/application.properties | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/camel-example-spring-boot-health-checks/src/main/resources/application.properties b/camel-example-spring-boot-health-checks/src/main/resources/application.properties index c94d8af..c3d29dc 100644 --- a/camel-example-spring-boot-health-checks/src/main/resources/application.properties +++ b/camel-example-spring-boot-health-checks/src/main/resources/application.properties @@ -24,15 +24,11 @@ logging.level.org.apache.camel.impl.health = DEBUG logging.level.sample.camel = DEBUG # expose actuator endpoint via HTTP -management.endpoints.web.exposure.include=info,health +management.endpoints.web.exposure.include=health # show verbose health details (/actuator/health) so you can see Camel information also management.endpoint.health.show-details=always -# to turn off Camel info in (/actuator/info) -management.info.camel.enabled=true -management.info.camel.verbose=true - camel.springboot.name = MyCamel # enable JMX which allows to also control health check