fix: Remove trailing whitespace in Seq config
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user