Browse Source

Fix bad previous fix

pull/958/head
Miguel Veloso 6 years ago
parent
commit
461c162056
1 changed files with 12 additions and 12 deletions
  1. +12
    -12
      src/Web/WebStatus/appsettings.json

+ 12
- 12
src/Web/WebStatus/appsettings.json 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"
}
}
}
}

Loading…
Cancel
Save