mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-20 18:26:39 +08:00
更新配置文件参数
This commit is contained in:
parent
06131680dd
commit
128a80e31c
@ -25,7 +25,9 @@ hotgo:
|
|||||||
switch: true # 日志开关,可选:false|true,默认为true
|
switch: true # 日志开关,可选:false|true,默认为true
|
||||||
queue: true # 是否启用队列,启用时需要配置队列信息,可选:false|true,默认为true
|
queue: true # 是否启用队列,启用时需要配置队列信息,可选:false|true,默认为true
|
||||||
levelFormat: [ "WARN", "ERRO", "FATA", "PANI" ] # 需要记录的等级
|
levelFormat: [ "WARN", "ERRO", "FATA", "PANI" ] # 需要记录的等级
|
||||||
|
# 插件资源目录,用于静态文件和模版文件的路径,默认为resource
|
||||||
|
addonsResourcePath: "resource"
|
||||||
|
|
||||||
|
|
||||||
# 统一默认日志配置
|
# 统一默认日志配置
|
||||||
defaultLogger: &defaultLogger
|
defaultLogger: &defaultLogger
|
||||||
|
Loading…
Reference in New Issue
Block a user