eShopOnContainers/src/Services/Payment/Payment.API/appsettings.Development.json
2023-04-28 12:23:37 -07:00

13 lines
193 B
JSON

{
"Logging": {
"Console": {
"IncludeScopes": false
},
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}