refactor: 适配 ContiNew Starter 日志调整

This commit is contained in:
2023-12-23 22:49:18 +08:00
parent 4c24aea560
commit 5a767c959a
10 changed files with 31 additions and 26 deletions

View File

@@ -3,6 +3,11 @@ project:
# URL
url: http://localhost:5173
--- ### 日志配置
continew-starter.log:
# 是否打印日志,开启后可打印访问日志(类似于 Nginx access log
is-print: true
--- ### 服务器配置
server:
# HTTP 端口(默认 8080

View File

@@ -5,6 +5,11 @@ project:
# 是否为生产环境
production: true
--- ### 日志配置
continew-starter.log:
# 是否打印日志,开启后可打印访问日志(类似于 Nginx access log
is-print: false
--- ### 服务器配置
server:
# HTTP 端口(默认 8080

View File

@@ -28,6 +28,7 @@ logging:
## 日志配置
continew-starter.log:
enabled: true
# 包含信息
include:
- DESCRIPTION
- MODULE
@@ -38,7 +39,6 @@ continew-starter.log:
- OS
- RESPONSE_HEADERS
- RESPONSE_BODY
- TIME_TAKEN
--- ### 接口文档配置
springdoc: