Skip to content

Commit

Permalink
使用 Serilog
Browse files Browse the repository at this point in the history
  • Loading branch information
zlzforever committed Aug 5, 2024
1 parent 910c4d5 commit d8fa1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SecurityTokenService/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ internal static IHostBuilder CreateHostBuilder(string[] args) =>
// (Action<ListenOptions>)(listenOptions => listenOptions.UseHttps(cert)));
// });
webBuilder.UseStartup<Startup>();
});
}).UseSerilog();

// private static X509Certificate2 CreateX509Certificate2(
// string certificatePath,
Expand Down

0 comments on commit d8fa1ff

Please sign in to comment.