chore: 移除 Tasks 组件 DEBUG 模式下日志输出问题

This commit is contained in:
Argo-Tianyi 2022-01-21 12:25:35 +08:00
parent 49ca3503eb
commit d7b7bef4c2
1 changed files with 15 additions and 0 deletions

View File

@ -1,5 +1,20 @@
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Longbow.Tasks": "Error"
},
"LgbFile": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Error"
},
"FileName": "Error\\Log.log"
}
},
"SimulateUserName": "",
"AutoGenerateDatabase": true,
"BootstrapAdminAuthenticationOptions": {