diff --git a/connector-runtime/spring-boot-starter-camunda-connectors/src/test/resources/application.properties b/connector-runtime/spring-boot-starter-camunda-connectors/src/test/resources/application.properties index d829870b47..538b208112 100644 --- a/connector-runtime/spring-boot-starter-camunda-connectors/src/test/resources/application.properties +++ b/connector-runtime/spring-boot-starter-camunda-connectors/src/test/resources/application.properties @@ -1,4 +1,13 @@ # test secret property secrets.test.secret=test secret value -operate.client.profile=simple \ No newline at end of file +operate.client.profile=simple + + +logging.level.root: info +logging.level.io.camunda.process.test: info + +logging.level.org.testcontainers: warn +logging.level.tc: warn + +logging.level.io.camunda.connector: debug diff --git a/connector-runtime/spring-boot-starter-camunda-connectors/src/test/resources/camunda-container-runtime.properties b/connector-runtime/spring-boot-starter-camunda-connectors/src/test/resources/camunda-container-runtime.properties deleted file mode 100644 index cc301f80e5..0000000000 --- a/connector-runtime/spring-boot-starter-camunda-connectors/src/test/resources/camunda-container-runtime.properties +++ /dev/null @@ -1 +0,0 @@ -camunda.version=8.5.0 \ No newline at end of file diff --git a/connectors-e2e-test/connectors-e2e-test-easy-post/src/test/resources/camunda-container-runtime.properties b/connectors-e2e-test/connectors-e2e-test-easy-post/src/test/resources/camunda-container-runtime.properties deleted file mode 100644 index cc301f80e5..0000000000 --- a/connectors-e2e-test/connectors-e2e-test-easy-post/src/test/resources/camunda-container-runtime.properties +++ /dev/null @@ -1 +0,0 @@ -camunda.version=8.5.0 \ No newline at end of file diff --git a/connectors-e2e-test/connectors-e2e-test-kafka/src/test/resources/camunda-container-runtime.properties b/connectors-e2e-test/connectors-e2e-test-kafka/src/test/resources/camunda-container-runtime.properties deleted file mode 100644 index cc301f80e5..0000000000 --- a/connectors-e2e-test/connectors-e2e-test-kafka/src/test/resources/camunda-container-runtime.properties +++ /dev/null @@ -1 +0,0 @@ -camunda.version=8.5.0 \ No newline at end of file