diff --git a/src/Web/WebMVC/Startup.cs b/src/Web/WebMVC/Startup.cs index f1f30d2df..bffe31655 100644 --- a/src/Web/WebMVC/Startup.cs +++ b/src/Web/WebMVC/Startup.cs @@ -200,11 +200,6 @@ namespace Microsoft.eShopOnContainers.WebMVC var callBackUrl = configuration.GetValue("CallBackUrl"); var sessionCookieLifetime = configuration.GetValue("SessionCookieLifetimeMinutes", 60); - var logger = loggerFactory.CreateLogger(); - logger.LogInformation($"UseLoadTest: {useLoadTest}"); - logger.LogInformation($"IdentityUrl: {identityUrl}"); - logger.LogInformation($"CallBackUrl: {callBackUrl}"); - // Add Authentication services services.AddAuthentication(options =>