Skip to content

Commit a2aa6e7

Browse files
committed
no logging
1 parent 2289f92 commit a2aa6e7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/BenchmarksApps/TLS/Kestrel/Program.cs

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

1515
var builder = WebApplication.CreateBuilder(args);
1616
builder.Logging.ClearProviders();
17-
builder.Logging.AddConsole();
18-
builder.Logging.SetMinimumLevel(LogLevel.Debug);
19-
builder.Logging.AddFilter("Microsoft.AspNetCore", LogLevel.Debug);
2017

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

0 commit comments

Comments
 (0)