chore: 移除 Tasks 组件 DEBUG 模式下日志输出问题
This commit is contained in:
parent
49ca3503eb
commit
d7b7bef4c2
|
@ -1,5 +1,20 @@
|
||||||
{
|
{
|
||||||
"DetailedErrors": true,
|
"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": "",
|
"SimulateUserName": "",
|
||||||
"AutoGenerateDatabase": true,
|
"AutoGenerateDatabase": true,
|
||||||
"BootstrapAdminAuthenticationOptions": {
|
"BootstrapAdminAuthenticationOptions": {
|
||||||
|
|
Loading…
Reference in New Issue