From 38961e97df8b729ae23c26da868c0aee835bdeee Mon Sep 17 00:00:00 2001 From: rathnapandi Date: Sat, 2 Dec 2023 14:22:01 -0700 Subject: [PATCH] - Change log level to debug the integration test issue --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 61bb53302..bd922acec 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -7,7 +7,7 @@ env: APIM_DOCKER_IMAGE: docker-registry.demo.axway.com/swagger-promote/api-mgr-with-policies:7.7-20231130 CACHE_FILE_APIM: api-manager_7_7_20231130.cache.tar CACHE_FILE_CASSANDRA: cassandra_4_0_11.cache.tar - LOG_LEVEL: info + LOG_LEVEL: debug jobs: build: