You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/10/28 11:06:33 UTC

[camel-quarkus] 04/04: core(test): reduce noisy logging in platform-http component tests

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit bf2e3e1adc47c2eb14b3b20f65c7bd613f6799b8
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Oct 28 10:21:15 2019 +0100

    core(test): reduce noisy logging in platform-http component tests
---
 .../src/main/resources/application.properties                     | 4 ++--
 .../platform-http/src/main/resources/application.properties       | 8 ++------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/integration-tests/platform-http-engine/src/main/resources/application.properties b/integration-tests/platform-http-engine/src/main/resources/application.properties
index 7396627..0bbe6d0 100644
--- a/integration-tests/platform-http-engine/src/main/resources/application.properties
+++ b/integration-tests/platform-http-engine/src/main/resources/application.properties
@@ -19,8 +19,8 @@
 #
 quarkus.ssl.native=true
 quarkus.log.file.enable = false
-quarkus.log.category."org.apache.camel.quarkus.core.deployment".level = DEBUG
-quarkus.log.category."org.apache.camel.quarkus.component.platform.http".level = DEBUG
+quarkus.log.category."org.apache.camel.quarkus.core.deployment".level = INFO
+quarkus.log.category."org.apache.camel.quarkus.component.platform.http".level = INFO
 #
 # Quarkus :: Camel
 #
diff --git a/integration-tests/platform-http/src/main/resources/application.properties b/integration-tests/platform-http/src/main/resources/application.properties
index bb9cbe6..33ed67b 100644
--- a/integration-tests/platform-http/src/main/resources/application.properties
+++ b/integration-tests/platform-http/src/main/resources/application.properties
@@ -20,9 +20,5 @@
 quarkus.ssl.native=true
 quarkus.http.body.uploads-directory=target/uploads
 quarkus.log.file.enable = false
-quarkus.log.category."org.apache.camel.quarkus.core.deployment".level = DEBUG
-quarkus.log.category."org.apache.camel.quarkus.component.platform.http".level = DEBUG
-
-#
-# Quarkus :: Camel
-#
+quarkus.log.category."org.apache.camel.quarkus.core.deployment".level = INFO
+quarkus.log.category."org.apache.camel.quarkus.component.platform.http".level = INFO