openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[BUG] [C# Generator] Generated client not logging

Open surumadurum opened this issue 9 months ago • 0 comments

No matter which library I use (even with httpclient), logging seems to be disabled. When I try with a separate HttpClient (without using the generated client), I get the usual

info: System.Net.Http.HttpClient.xyz Start processing HTTP request GET https://asdf.com/any?query=any

Injecting a HttpClient in the constructor does not change this behavior.

surumadurum avatar May 07 '24 07:05 surumadurum