Browse Source

added logging for identityserver errors

pull/48/head
Galip Tolga Erdem 4 years ago
parent
commit
57b2b548b2
  1. 2
      services/payment/src/EShopOnAbp.PaymentService.HttpApi.Host/PaymentServiceHttpApiHostModule.cs

2
services/payment/src/EShopOnAbp.PaymentService.HttpApi.Host/PaymentServiceHttpApiHostModule.cs

@ -26,6 +26,8 @@ namespace EShopOnAbp.PaymentService
{
public override void ConfigureServices(ServiceConfigurationContext context)
{
Microsoft.IdentityModel.Logging.IdentityModelEventSource.ShowPII = true;
var hostingEnvironment = context.Services.GetHostingEnvironment();
var configuration = context.Services.GetConfiguration();

Loading…
Cancel
Save