From 3f722a9c7f7f9852ba9c655f5aa8e5b6d82ec741 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 2 Nov 2020 17:17:02 +0100 Subject: [PATCH] Set DEBUG logs for release tasks in CI pipeline This commit configures the logging level to DEBUG for the concourse release scripts tasks. This is useful to get a clue on where those long-running tasks are at. --- ci/config/release-scripts.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/config/release-scripts.yml b/ci/config/release-scripts.yml index 05eab07224..032a42d671 100644 --- a/ci/config/release-scripts.yml +++ b/ci/config/release-scripts.yml @@ -1,3 +1,9 @@ +logging: + level: + io.spring.concourse: DEBUG distribute: optional-deployments: - '.*\\.zip' +spring: + main: + banner-mode: off \ No newline at end of file