LogStudy/LogStudy.WebApp/appsettings.json

22 lines
343 B
JSON

{
"Logging":
{
"LogLevel":
{
"Default": "Information",
"System": "Information",
"Microsoft": "Information"
},
"Console":
{
"IncludeScopes": true,
"LogLevel": {
"Default": "Debug",
"System": "Debug",
"Microsoft": "Debug"
}
}
},
"AllowedHosts": "*"
}