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.
This commit is contained in:
Brian Clozel
2020-11-02 17:17:02 +01:00
parent acbbf61be8
commit 3f722a9c7f

View File

@@ -1,3 +1,9 @@
logging:
level:
io.spring.concourse: DEBUG
distribute:
optional-deployments:
- '.*\\.zip'
spring:
main:
banner-mode: off