mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-22 04:57:16 +08:00
chore: 访问日志配置参数修改
This commit is contained in:
@@ -136,7 +136,7 @@ captcha:
|
|||||||
--- ### 日志配置
|
--- ### 日志配置
|
||||||
## API 请求/响应日志配置
|
## API 请求/响应日志配置
|
||||||
continew-starter.log:
|
continew-starter.log:
|
||||||
access:
|
access-log:
|
||||||
# 是否打印访问日志(类似于 Nginx access log)
|
# 是否打印访问日志(类似于 Nginx access log)
|
||||||
enabled: true
|
enabled: true
|
||||||
## 项目日志配置(配置重叠部分,优先级高于 logback-spring.xml 中的配置)
|
## 项目日志配置(配置重叠部分,优先级高于 logback-spring.xml 中的配置)
|
||||||
|
@@ -138,7 +138,7 @@ captcha:
|
|||||||
--- ### 日志配置
|
--- ### 日志配置
|
||||||
## API 请求/响应日志配置
|
## API 请求/响应日志配置
|
||||||
continew-starter.log:
|
continew-starter.log:
|
||||||
access:
|
access-log:
|
||||||
# 是否打印访问日志(类似于 Nginx access log)
|
# 是否打印访问日志(类似于 Nginx access log)
|
||||||
enabled: false
|
enabled: false
|
||||||
## 项目日志配置(配置重叠部分,优先级高于 logback-spring.xml 中的配置)
|
## 项目日志配置(配置重叠部分,优先级高于 logback-spring.xml 中的配置)
|
||||||
|
Reference in New Issue
Block a user