From e6d45c5d51b90ea9d5039f253245a2ac6c5d940c Mon Sep 17 00:00:00 2001 From: Alex Tercete Date: Mon, 2 Dec 2024 14:16:42 +0000 Subject: [PATCH] ci: increase logging verbosity --- .bazelrc.ci | 4 ++++ e2e/.bazelrc.ci | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.bazelrc.ci b/.bazelrc.ci index 9356226f..f8ae2e0c 100644 --- a/.bazelrc.ci +++ b/.bazelrc.ci @@ -19,6 +19,10 @@ common --terminal_columns=0 # Output as much information in the CI log about failures as possible build --verbose_failures +# Increase logging verbosity +build --action_env=LOG_LEVEL=INFO +test --test_env=LOG_LEVEL=INFO + # Noisy logs but allows debugging CI run failures test --test_output=errors diff --git a/e2e/.bazelrc.ci b/e2e/.bazelrc.ci index 9356226f..f8ae2e0c 100644 --- a/e2e/.bazelrc.ci +++ b/e2e/.bazelrc.ci @@ -19,6 +19,10 @@ common --terminal_columns=0 # Output as much information in the CI log about failures as possible build --verbose_failures +# Increase logging verbosity +build --action_env=LOG_LEVEL=INFO +test --test_env=LOG_LEVEL=INFO + # Noisy logs but allows debugging CI run failures test --test_output=errors -- GitLab