This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new d7e2573fe76 Tone down logging noise
d7e2573fe76 is described below

commit d7e2573fe763f1dd87cab5655f754624e9de31a0
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun May 8 08:16:00 2022 +0200

    Tone down logging noise
---
 .../camel/component/platform/http/vertx/VertxPlatformHttpServer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpServer.java
 
b/components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpServer.java
index 9b3791eae6a..ff80d94f61e 100644
--- 
a/components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpServer.java
+++ 
b/components/camel-platform-http-vertx/src/main/java/org/apache/camel/component/platform/http/vertx/VertxPlatformHttpServer.java
@@ -138,7 +138,7 @@ public class VertxPlatformHttpServer extends ServiceSupport 
implements CamelCont
         if (vertx == null) {
             vertx = lookupVertx();
             if (vertx == null) {
-                LOGGER.info("Creating new Vert.x instance");
+                LOGGER.debug("Creating new Vert.x instance");
                 vertx = createVertxInstance();
                 localVertx = true;
             }

Reply via email to