support output log to file

This commit is contained in:
yuzuki999
2023-08-21 18:50:31 +08:00
parent 24423d892c
commit 22365bc1ce
2 changed files with 21 additions and 10 deletions

View File

@@ -2,7 +2,10 @@
"Log": {
// V2bX 的日志配置,独立于各 Core 的 log 配置
"Level": "error"
// 日志等级info, warn, error, none
"Level": "error",
// 日志输出路径,默认输出到标准输出
"Output": ""
},
"Cores": [
{