From 0fa259f32960a62b2fa43b933ade3a316d828954 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Thu, 29 Oct 2015 10:12:39 +0100 Subject: [PATCH] Increase logs verbosity in scalability tests. --- hack/jenkins/e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 51e61bcf3e5..f47ae5d1798 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -374,7 +374,7 @@ case ${JOB_NAME} in MINION_DISK_SIZE="50GB" NUM_MINIONS="100" # Reduce logs verbosity - TEST_CLUSTER_LOG_LEVEL="--v=1" + TEST_CLUSTER_LOG_LEVEL="--v=2" # Increase resync period to simulate production TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h" ;;