claudio4j commented on PR #5183: URL: https://github.com/apache/camel-k/pull/5183#issuecomment-1977132625
Also, trying the `-t "logging.category.'org.apache.camel.impl'=DEBUG"`, there were no DEBUG level log in the integration pod. The [quarkus logging documentation about categories](https://quarkus.io/guides/logging#quarkus-log-logging-log-config_quarkus-log-categories-logging-categories), when used with environment variables, the category name should be surround by two underscores, example: `QUARKUS_LOG_CATEGORY__ORG_APACHE_CAMEL__LEVEL=DEBUG` That's why there is no DEBUG level log messages in the integration log. quarkus logging shorts the log category name, the `org.apache.camel.` can be shortened to `org.apa.cam.`, see an example: ``` DEBUG [org.apa.cam.sup.LRUCacheFactory] (main) Creating DefaultLRUCacheFactory ``` The test should monitor for this type of log content. The same for the `org.jboss` category. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org