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-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new 64a7f62 Polished 64a7f62 is described below commit 64a7f62557819b0f83c19e219f32fa70df0de72d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Apr 30 11:41:22 2024 +0200 Polished --- jbang/kafka-health/application.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jbang/kafka-health/application.properties b/jbang/kafka-health/application.properties index 34147d8..f45e872 100644 --- a/jbang/kafka-health/application.properties +++ b/jbang/kafka-health/application.properties @@ -1,9 +1,12 @@ # configuration file # make it easy to configure individual logging levels -logging.level.org.apache.kafka = DEBUG -logging.level.org.apache.camel.component.kafka = TRACE +# logging.level.org.apache.kafka = DEBUG +# logging.level.org.apache.camel.component.kafka = TRACE # you can also use quarkus style naming # quarkus.log.category."org.apache.kafka".level=DEBUG # quarkus.log.category."org.apache.camel.component.kafka".level=DEBUG + +# turn of quarkus dev-services as we run kafka via docker-compose +quarkus.devservices.enabled = false \ No newline at end of file