Browse Source

Remove MachineName from logger configuration, not really useful for eShopOnContainers

pull/952/head
Miguel Veloso 6 years ago
parent
commit
d6aee2ce35
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Services/Catalog/Catalog.API/Program.cs

+ 0
- 1
src/Services/Catalog/Catalog.API/Program.cs View File

@ -73,7 +73,6 @@ namespace Microsoft.eShopOnContainers.Services.Catalog.API
return new LoggerConfiguration()
.MinimumLevel.Verbose()
.Enrich.WithMachineName()
.Enrich.WithProperty("Application", ApplicationName)
.Enrich.FromLogContext()
.WriteTo.Console()


Loading…
Cancel
Save