mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
3f722a9c7f
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 |