Files
Angel6/ASP.Net Core/MVCBasics/appsettings.Development.json
2017-12-21 12:25:05 +00:00

11 lines
168 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}