mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 20:57:21 +08:00
chore: 优化日志配置
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user