Browse Source

Removed logging

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
f5afb43dd1
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/Web/WebMVC/Startup.cs

+ 0
- 5
src/Web/WebMVC/Startup.cs View File

@ -200,11 +200,6 @@ namespace Microsoft.eShopOnContainers.WebMVC
var callBackUrl = configuration.GetValue<string>("CallBackUrl");
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
services.AddAuthentication(options =>


Loading…
Cancel
Save