From e57fe082a8c25ac37595014ce5367e945ed2617d Mon Sep 17 00:00:00 2001 From: Michael Maltese Date: Mon, 7 Oct 2024 17:28:34 -0400 Subject: [PATCH] fix: in buildkite show debug logs for azure and network tests --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 099a30ca..fe1b1401 100755 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -32,6 +32,7 @@ steps: environment: - INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_ID - INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_SECRET + - TF_LOG=DEBUG depends_on: - lint - unit @@ -66,6 +67,7 @@ steps: environment: - INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_ID - INTEGRATION_PROVIDER_SECRET_REDPANDA_CLIENT_SECRET + - TF_LOG=DEBUG depends_on: - lint - unit