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

10 lines
198 B
JSON
Raw Normal View History

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