We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a26761 commit 461c162Copy full SHA for 461c162
1 file changed
src/Web/WebStatus/appsettings.json
@@ -69,18 +69,7 @@
69
"Name": "Web Shopping Aggregator HTTP Check",
70
"Uri": "http://localhost:5121/hc"
71
}
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
+ ],
84
"Webhooks": [
85
{
86
"Name": "",
@@ -91,5 +80,16 @@
91
],
92
"EvaluationTimeOnSeconds": 10,
93
"MinimumSecondsBetweenFailureNotifications": 60
+ },
+ "Serilog": {
+ "SeqServerUrl": null,
+ "MinimumLevel": {
87
+ "Default": "Information",
88
+ "Override": {
89
+ "Microsoft": "Warning",
90
+ "Microsoft.eShopOnContainers": "Information",
+ "System": "Warning"
+ }
94
95
0 commit comments