We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe4745 commit 1b46eaeCopy full SHA for 1b46eae
1 file changed
src/content/docs/identityserver/diagnostics/otel.md
@@ -477,7 +477,7 @@ Note: See the Serilog [OpenTelemetry sink](https://github.com/serilog/serilog-si
477
dotnet add package Serilog.Sinks.OpenTelemetry
478
```
479
480
-```csharp
+```csharp {2}
481
Log.Logger = new LoggerConfiguration()
482
.WriteTo.OpenTelemetry()
483
.CreateLogger();
0 commit comments