openapi-generator
openapi-generator copied to clipboard
[BUG] [C# Generator] Generated client not logging
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.