cs11dotnet7/vscode/PracticalApps/Northwind.BlazorServer/appsettings.Development.json
2022-03-13 16:17:01 +00:00

10 lines
145 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}