From d9c3ae4226a54030e09d45404f5d69c173efb7d3 Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Fri, 4 Oct 2024 12:25:02 +0530 Subject: [PATCH] Update integration-test.yml --- .github/workflows/integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 2e77bb331..d8aa72fbd 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -305,7 +305,8 @@ jobs: --set idp.idpui.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-idp-ui:${{ github.sha }} \ --set wso2.apk.dp.ratelimiter.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-ratelimiter:${{ github.sha }} \ --set wso2.apk.dp.ratelimiter.requestTimeoutInMillis=800 \ - --set wso2.apk.dp.gatewayRuntime.deployment.router.configs.enableIntelligentRouting=true + --set wso2.apk.dp.gatewayRuntime.deployment.router.configs.enableIntelligentRouting=true \ + --set wso2.apk.dp.gatewayRuntime.deployment.router.env.TRAILING_ARGS="--log-level trace" kubectl get pods -n apk-integration-test kubectl get svc -n apk-integration-test - name: Archieve Logs