Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Omotola committed Sep 28, 2023
1 parent dcc8cd9 commit 9ea9330
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ public static IServiceCollection AddComponentDetection(this IServiceCollection s

// HttpClient
services.AddHttpClient();

// Remove the default logging for http client
services.RemoveAll<IHttpMessageHandlerBuilderFilter>();

return services;
Expand Down

0 comments on commit 9ea9330

Please sign in to comment.