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.git
The following commit(s) were added to refs/heads/master by this push: new c298590 Reduce logging noise c298590 is described below commit c2985903868f41a4d37131bdf756efbd1fbab2b1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Oct 17 18:10:47 2020 +0200 Reduce logging noise --- .../main/java/org/apache/camel/impl/engine/AbstractCamelContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java b/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java index 98fef99..fe540e8 100644 --- a/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java +++ b/core/camel-base/src/main/java/org/apache/camel/impl/engine/AbstractCamelContext.java @@ -2824,7 +2824,7 @@ public abstract class AbstractCamelContext extends BaseService HealthCheckRegistry hcr = getExtension(HealthCheckRegistry.class); if (hcr != null && hcr.isEnabled()) { - LOG.info("Using HealthCheck: {}", hcr.getId()); + LOG.debug("Using HealthCheck: {}", hcr.getId()); } // start routes