Skip to content

Commit 8b697b8

Browse files
committed
for debug
1 parent 3711bbd commit 8b697b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/BenchmarksApps/TLS/Kestrel/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ void ConfigureListen(KestrelServerOptions serverOptions, IConfigurationRoot conf
7878
certificatePath;
7979
#endif
8080

81+
// for debug
82+
listenOptions.UseConnectionLogging();
83+
8184
// [SuppressMessage("Microsoft.Security", "CSCAN0220.DefaultPasswordContexts", Justification="Benchmark code, not a secret")]
8285
listenOptions.UseHttps(certPath, "testPassword", options =>
8386
{

0 commit comments

Comments
 (0)