Skip to content

Commit

Permalink
scope down
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed Mar 5, 2024
1 parent 1703981 commit d5fbc80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/logs/customizing-the-sdk/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
serviceVersion: "1.0.0"));
logging.AddConsoleExporter();
});
builder.AddFilter<OpenTelemetryLoggerProvider>("*", LogLevel.Information);
});

var logger = loggerFactory.CreateLogger<Program>();
Expand Down

0 comments on commit d5fbc80

Please sign in to comment.