fix: Remove trailing whitespace in Seq config

This commit is contained in:
masoodafar-web
2025-12-07 19:46:36 +03:30
parent 4d6d0dfc9a
commit 9fb5119fc1

View File

@@ -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()