Merge pull request #958 from dotnet-architecture/fix/repair-bad-broken-appsettings-fix

Fix bad previous fix
This commit is contained in:
Miguel Veloso 2019-03-05 12:45:54 +00:00 committed by GitHub
commit b3477e63a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,18 +69,7 @@
"Name": "Web Shopping Aggregator HTTP Check",
"Uri": "http://localhost:5121/hc"
}
]
},
"Serilog": {
"SeqServerUrl": null,
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.eShopOnContainers": "Information",
"System": "Warning"
}
},
],
"Webhooks": [
{
"Name": "",
@ -91,5 +80,16 @@
],
"EvaluationTimeOnSeconds": 10,
"MinimumSecondsBetweenFailureNotifications": 60
},
"Serilog": {
"SeqServerUrl": null,
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.eShopOnContainers": "Information",
"System": "Warning"
}
}
}
}