chore: 优化日志配置

This commit is contained in:
2024-08-30 20:12:05 +08:00
parent f5ee2b5beb
commit 51abd7e802
2 changed files with 4 additions and 2 deletions

View File

@@ -161,7 +161,8 @@ continew-starter.log:
## 项目日志配置(配置重叠部分,优先级高于 logback-spring.xml 中的配置) ## 项目日志配置(配置重叠部分,优先级高于 logback-spring.xml 中的配置)
logging: logging:
level: level:
top.continew: DEBUG top.continew.admin: DEBUG
top.continew.starter: DEBUG
file: file:
path: ./logs path: ./logs

View File

@@ -163,7 +163,8 @@ continew-starter.log:
## 项目日志配置(配置重叠部分,优先级高于 logback-spring.xml 中的配置) ## 项目日志配置(配置重叠部分,优先级高于 logback-spring.xml 中的配置)
logging: logging:
level: level:
top.continew: INFO top.continew.admin: INFO
top.continew.starter: INFO
file: file:
path: ../logs path: ../logs