Files
demo-dev-containers/src/webapi/appsettings.Development.json
T
2023-07-10 14:28:39 +00:00

9 lines
127 B
JSON

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