Skip to content

Commit

Permalink
Known issue in Serilog: serilog/serilog-aspnetcore#289 and we get aro…
Browse files Browse the repository at this point in the history
…und it by not using BootstrapLogger. We do not need it anyway
  • Loading branch information
Ceredron committed Dec 12, 2023
1 parent 8889f79 commit 4adca99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Altinn.Broker/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.WriteTo.ApplicationInsights(
TelemetryConfiguration.CreateDefault(),
TelemetryConverter.Traces)
.CreateBootstrapLogger();
.CreateLogger();

try
{
Expand Down

0 comments on commit 4adca99

Please sign in to comment.