fix: Remove trailing whitespace in Seq config
This commit is contained in:
@@ -30,7 +30,7 @@ var levelSwitch = new LoggingLevelSwitch();
|
||||
|
||||
// Read Seq configuration from appsettings.json
|
||||
var seqServerUrl = builder.Configuration["Seq:ServerUrl"] ?? "http://seq-svc:5341";
|
||||
var seqApiKey = builder.Configuration["Seq:ApiKey"];
|
||||
var seqApiKey = builder.Configuration["Seq:ApiKey"];
|
||||
|
||||
var logger = new LoggerConfiguration()
|
||||
.WriteTo.Console()
|
||||
|
||||
Reference in New Issue
Block a user