diff --git a/src/Web/WebStatus/appsettings.json b/src/Web/WebStatus/appsettings.json index 6629ee654..9ff359423 100644 --- a/src/Web/WebStatus/appsettings.json +++ b/src/Web/WebStatus/appsettings.json @@ -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" + } + } } }