Skip to content

Commit

Permalink
perf: 容器化日志存储支持参数控制存储总量 TencentBlueKing#2655
Browse files Browse the repository at this point in the history
支持通过Spring属性配置日志留存时间
  • Loading branch information
jsonwan committed Jan 2, 2024
1 parent 6d20fd4 commit 7cf9f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/job-config/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ext {
version "${jobConfigVersion}"
dependencies {
api project(':commons:common')
api project(":commons:common-log")
api project(":commons:common-consul")
implementation("org.springframework.boot:spring-boot-autoconfigure")
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit 7cf9f1b

Please sign in to comment.