mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
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.
9 lines
138 B
YAML
9 lines
138 B
YAML
logging:
|
|
level:
|
|
io.spring.concourse: DEBUG
|
|
distribute:
|
|
optional-deployments:
|
|
- '.*\\.zip'
|
|
spring:
|
|
main:
|
|
banner-mode: off |