Skip to content

Commit 461c162

Browse files
committed
Fix bad previous fix
1 parent 3a26761 commit 461c162

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/Web/WebStatus/appsettings.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,7 @@
6969
"Name": "Web Shopping Aggregator HTTP Check",
7070
"Uri": "http://localhost:5121/hc"
7171
}
72-
]
73-
},
74-
"Serilog": {
75-
"SeqServerUrl": null,
76-
"MinimumLevel": {
77-
"Default": "Information",
78-
"Override": {
79-
"Microsoft": "Warning",
80-
"Microsoft.eShopOnContainers": "Information",
81-
"System": "Warning"
82-
}
83-
},
72+
],
8473
"Webhooks": [
8574
{
8675
"Name": "",
@@ -91,5 +80,16 @@
9180
],
9281
"EvaluationTimeOnSeconds": 10,
9382
"MinimumSecondsBetweenFailureNotifications": 60
83+
},
84+
"Serilog": {
85+
"SeqServerUrl": null,
86+
"MinimumLevel": {
87+
"Default": "Information",
88+
"Override": {
89+
"Microsoft": "Warning",
90+
"Microsoft.eShopOnContainers": "Information",
91+
"System": "Warning"
92+
}
93+
}
9494
}
9595
}

0 commit comments

Comments
 (0)