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

9 lines
119 B
JSON

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