Skip to content

Commit 746725a

Browse files
committed
refactor: remove registration of standard logging services in PowertoolsLoggingBuilderExtensions
1 parent 9bd170f commit 746725a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/src/AWS.Lambda.Powertools.Logging/PowertoolsLoggingBuilderExtensions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ public static ILoggingBuilder AddPowertoolsLogger(
8888
}
8989

9090
builder.AddConfiguration();
91-
92-
// register standard logging services
93-
builder.Services.AddLogging();
9491

9592
builder.Services.TryAddSingleton<IPowertoolsEnvironment, PowertoolsEnvironment>();
9693
builder.Services.TryAddSingleton<IPowertoolsConfigurations>(sp =>

0 commit comments

Comments
 (0)