diff --git a/.bazelrc.ci b/.bazelrc.ci index 9356226fafb26560250841eb0c5e03b84caf96de..f8ae2e0cc84b0a4746fe191d0dd831b751b315ec 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 9356226fafb26560250841eb0c5e03b84caf96de..f8ae2e0cc84b0a4746fe191d0dd831b751b315ec 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