blazor-calendar/BlazorApp/appsettings.Development.json

12 lines
256 B
JSON
Raw Permalink Normal View History

2021-07-03 12:19:53 +00:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
}
}
}