We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2289f92 commit a2aa6e7Copy full SHA for a2aa6e7
src/BenchmarksApps/TLS/Kestrel/Program.cs
@@ -14,9 +14,6 @@
14
15
var builder = WebApplication.CreateBuilder(args);
16
builder.Logging.ClearProviders();
17
-builder.Logging.AddConsole();
18
-builder.Logging.SetMinimumLevel(LogLevel.Debug);
19
-builder.Logging.AddFilter("Microsoft.AspNetCore", LogLevel.Debug);
20
21
// behavioral
22
var mTlsEnabled = bool.TryParse(builder.Configuration["mTLS"], out var mTlsEnabledConfig) && mTlsEnabledConfig;
0 commit comments