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

10 lines
198 B
JSON

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