cs11dotnet7/vscode/PracticalApps/Northwind.Mvc/appsettings.Development.json

10 lines
178 B
JSON
Raw Normal View History

2022-03-13 16:17:01 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
2022-09-24 09:10:26 +01:00
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.OutputCaching": "Information"
2022-03-13 16:17:01 +00:00
}
}
}