We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5594d3d commit 8ecb3a4Copy full SHA for 8ecb3a4
samples/open-telemetry/logging/Core_8/GenericHost/Program.cs
@@ -27,10 +27,8 @@
27
28
#region otel-logging
29
30
-builder.ConfigureLogging((ctx, logging) =>
+builder.ConfigureLogging((_, logging) =>
31
{
32
- logging.AddConfiguration(ctx.Configuration.GetSection("Logging"));
33
-
34
logging.AddOpenTelemetry(loggingOptions =>
35
36
loggingOptions.IncludeFormattedMessage = true;
0 commit comments