Skip to content

Commit 4b83f54

Browse files
committed
and microsoft logging enable
1 parent bfb3fdb commit 4b83f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BenchmarksApps/TLS/Kestrel/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
builder.Logging.ClearProviders();
1717
builder.Logging.AddConsole();
1818
builder.Logging.SetMinimumLevel(LogLevel.Debug);
19+
builder.Logging.AddFilter("Microsoft.AspNetCore", LogLevel.Debug);
1920

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

0 commit comments

Comments
 (0)