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:
@@ -1,3 +1,9 @@
|
||||
logging:
|
||||
level:
|
||||
io.spring.concourse: DEBUG
|
||||
distribute:
|
||||
optional-deployments:
|
||||
- '.*\\.zip'
|
||||
spring:
|
||||
main:
|
||||
banner-mode: off
|
||||
Reference in New Issue
Block a user