cs11dotnet7/vscode/PracticalApps/Northwind.Mvc/appsettings.Development.json
2022-09-24 09:10:26 +01:00

10 lines
178 B
JSON

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