|
|
@@ -1,6 +1,8 @@
|
|
|
{
|
|
|
"$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
|
|
|
|
|
|
+ "Urls": "https://*:5005",
|
|
|
+
|
|
|
"Logging": {
|
|
|
"LogLevel": {
|
|
|
"Default": "Information",
|
|
|
@@ -12,7 +14,7 @@
|
|
|
"Append": true,
|
|
|
"MinimumLevel": "Information",
|
|
|
"FileSizeLimitBytes": 5120,
|
|
|
- "MaxRollingFiles": 100
|
|
|
+ "MaxRollingFiles": 30
|
|
|
},
|
|
|
"Database": {
|
|
|
"MinimumLevel": "Information"
|
|
|
@@ -21,7 +23,10 @@
|
|
|
"GlobalEnabled": true, // 启用全局拦截日志
|
|
|
"IncludeOfMethods": [], // 拦截特定方法,当GlobalEnabled=false有效
|
|
|
"ExcludeOfMethods": [], // 排除特定方法,当GlobalEnabled=true有效
|
|
|
- "BahLogLevel": "Information" // Oops.Oh 和 Oops.Bah 业务日志输出级别
|
|
|
+ "BahLogLevel": "Information", // Oops.Oh 和 Oops.Bah 业务日志输出级别
|
|
|
+ "WithReturnValue": true, // 配置是否包含返回值,默认true
|
|
|
+ "ReturnValueThreshold": 0 // 配置返回值字符串阈值,默认0全量输出
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ "AllowedHosts": "*"
|
|
|
}
|