Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lachmatt committed Oct 16, 2023
1 parent 4553d4a commit 0c1a183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal static class LogBuilderExtensions
private static bool? _autoInstrumentationStartupAssemblyConfigured;
private static Type? _loggingProviderSdkType;

public static void AddOpenTelemetryLogsFromIntegration(this ILoggingBuilder builder)
public static void AddOpenTelemetryLogsFromIntegration(ILoggingBuilder builder)
{
// For Net6, if HostingStartupAssembly is configured, we don't want to call integration again for host's ServiceCollection.
// OpenTelemetryLogger-related services were already added to WebApplicationServiceCollection and will
Expand Down

0 comments on commit 0c1a183

Please sign in to comment.