bocloud.cloud.plugin/bocloud.tce.plugin/src/main/resources/application.yml

16 lines
280 B
YAML

spring:
application:
name: cmp
main:
allow-circular-references: true
logging:
config: classpath:logback-spring.xml
dir: /log/services
level:
root: info
com:
bocloud: info
file:
max-size: '100MB'
max-history: '30'
total-size-cap: '2GB'