From 0024115c9dec2e96eb31c7158be3b797f943d953 Mon Sep 17 00:00:00 2001 From: Tim Hausler Date: Mon, 22 Jun 2015 10:17:18 -0700 Subject: [PATCH] Switch concourse logging to INFO To see task debug logs on failure. Signed-off-by: Maria Shaldibina --- ci/tasks/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tasks/test-integration.yml b/ci/tasks/test-integration.yml index 9432f486284..83b9aca39bf 100644 --- a/ci/tasks/test-integration.yml +++ b/ci/tasks/test-integration.yml @@ -12,4 +12,4 @@ run: params: RUBY_VERSION: replace-me DB: replace-me - LOG_LEVEL: WARN + LOG_LEVEL: INFO