Fix IncludeScopes

This commit is contained in:
Reuben Bond 2023-04-28 12:23:37 -07:00
parent 109853983d
commit d62ebcb791
6 changed files with 14 additions and 6 deletions

View File

@ -1,12 +1,13 @@
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}

View File

@ -11,13 +11,14 @@
"IdentityUrlExternal": "http://localhost:5105",
"IdentityUrl": "http://localhost:5105",
"Logging": {
"IncludeScopes": false,
"Debug": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug"
}
},
"Console": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug"
}

View File

@ -1,12 +1,13 @@
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug"
}
},
"Console": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug"
}

View File

@ -1,12 +1,13 @@
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}

View File

@ -1,6 +1,8 @@
{
"Logging": {
"IncludeScopes": false,
"Console": {
"IncludeScopes": false
},
"LogLevel": {
"Default": "Debug",
"System": "Information",

View File

@ -1,6 +1,8 @@
{
"Logging": {
"IncludeScopes": false,
"Console": {
"IncludeScopes": false
},
"LogLevel": {
"Default": "Debug",
"System": "Information",