fix: Remove trailing whitespace in Seq config

This commit is contained in:
masoodafar-web
2025-12-07 20:09:01 +03:30
parent 9fb5119fc1
commit e7937fe7ee

View File

@@ -42,7 +42,7 @@ var logger = new LoggerConfiguration()
// AutoCreateSqlTable = true
// })
.WriteTo.Seq(seqServerUrl,
apiKey: string.IsNullOrEmpty(seqApiKey) ? null : seqApiKey,
apiKey: string.IsNullOrEmpty(seqApiKey) ? null : seqApiKey,
controlLevelSwitch: levelSwitch)
.CreateLogger();
builder.Logging.AddSerilog(logger);