Removed logging

This commit is contained in:
Tim McCarthy 2020-03-02 21:36:05 -08:00
parent e9393b995c
commit f5afb43dd1

View File

@ -200,11 +200,6 @@ namespace Microsoft.eShopOnContainers.WebMVC
var callBackUrl = configuration.GetValue<string>("CallBackUrl"); var callBackUrl = configuration.GetValue<string>("CallBackUrl");
var sessionCookieLifetime = configuration.GetValue("SessionCookieLifetimeMinutes", 60); var sessionCookieLifetime = configuration.GetValue("SessionCookieLifetimeMinutes", 60);
var logger = loggerFactory.CreateLogger<Startup>();
logger.LogInformation($"UseLoadTest: {useLoadTest}");
logger.LogInformation($"IdentityUrl: {identityUrl}");
logger.LogInformation($"CallBackUrl: {callBackUrl}");
// Add Authentication services // Add Authentication services
services.AddAuthentication(options => services.AddAuthentication(options =>