Skip to content

Commit bfb3fdb

Browse files
committed
tmp enable logging
1 parent 1408edb commit bfb3fdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BenchmarksApps/TLS/Kestrel/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
var builder = WebApplication.CreateBuilder(args);
1616
builder.Logging.ClearProviders();
17+
builder.Logging.AddConsole();
18+
builder.Logging.SetMinimumLevel(LogLevel.Debug);
1719

1820
// behavioral
1921
var mTlsEnabled = bool.TryParse(builder.Configuration["mTLS"], out var mTlsEnabledConfig) && mTlsEnabledConfig;

0 commit comments

Comments
 (0)