We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445430a commit 74b863bCopy full SHA for 74b863b
src/SeqCli/Apps/Hosting/AppHost.cs
@@ -42,8 +42,6 @@ public static async Task<int> Run(
42
if (appInstanceId == null) throw new ArgumentNullException(nameof(appInstanceId));
43
if (appInstanceTitle == null) throw new ArgumentNullException(nameof(appInstanceTitle));
44
45
- ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12;
46
-
47
await using var log = new LoggerConfiguration()
48
.MinimumLevel.Is(LevelAlias.Minimum)
49
.WriteTo.Console(new CompactJsonFormatter(), standardErrorFromLevel: LevelAlias.Minimum)
0 commit comments