From 128a80e31c43b93fdcabe1fa8765f8dc9090c4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=B8=85?= <133814250@qq.com> Date: Sat, 9 Mar 2024 21:44:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/manifest/config/config.example.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/manifest/config/config.example.yaml b/server/manifest/config/config.example.yaml index 1c207ad..fb1f2c7 100644 --- a/server/manifest/config/config.example.yaml +++ b/server/manifest/config/config.example.yaml @@ -25,7 +25,9 @@ hotgo: switch: true # 日志开关,可选:false|true,默认为true queue: true # 是否启用队列,启用时需要配置队列信息,可选:false|true,默认为true levelFormat: [ "WARN", "ERRO", "FATA", "PANI" ] # 需要记录的等级 - + # 插件资源目录,用于静态文件和模版文件的路径,默认为resource + addonsResourcePath: "resource" + # 统一默认日志配置 defaultLogger: &defaultLogger