We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd717c commit d6aee2cCopy full SHA for d6aee2c
1 file changed
src/Services/Catalog/Catalog.API/Program.cs
@@ -73,7 +73,6 @@ private static Serilog.ILogger CreateSerilogLogger(IConfiguration configuration)
73
74
return new LoggerConfiguration()
75
.MinimumLevel.Verbose()
76
- .Enrich.WithMachineName()
77
.Enrich.WithProperty("Application", ApplicationName)
78
.Enrich.FromLogContext()
79
.WriteTo.Console()
0 commit comments