I installed the Logging feature on an `HttpClient`...
# ktor
k
I installed the Logging feature on an
HttpClient
with
LogLevel.ALL
, and it only seems to log requests, not responses, which doesn't make sense to me. is that the intended behavior?
I see that the response is being logged asynchronously, which I suspect is the root of my problem. the program ends before the response gets logged.
or more likely the client is closed