Files
Angel6/ASP.Net Core/EntityFrameworkBasics/appsettings.Development.json
2018-01-07 10:03:42 +00:00

11 lines
168 B
JSON

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