Removed logging
This commit is contained in:
parent
e9393b995c
commit
f5afb43dd1
@ -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 =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user