mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-14 06:57:11 +08:00
refactor: 适配 ContiNew Starter 日志调整
This commit is contained in:
@@ -3,6 +3,11 @@ project:
|
||||
# URL
|
||||
url: http://localhost:5173
|
||||
|
||||
--- ### 日志配置
|
||||
continew-starter.log:
|
||||
# 是否打印日志,开启后可打印访问日志(类似于 Nginx access log)
|
||||
is-print: true
|
||||
|
||||
--- ### 服务器配置
|
||||
server:
|
||||
# HTTP 端口(默认 8080)
|
||||
|
||||
@@ -5,6 +5,11 @@ project:
|
||||
# 是否为生产环境
|
||||
production: true
|
||||
|
||||
--- ### 日志配置
|
||||
continew-starter.log:
|
||||
# 是否打印日志,开启后可打印访问日志(类似于 Nginx access log)
|
||||
is-print: false
|
||||
|
||||
--- ### 服务器配置
|
||||
server:
|
||||
# HTTP 端口(默认 8080)
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user