Hey all, the ktor-client-logging is producing a se...
# ktor
a
Hey all, the ktor-client-logging is producing a separate log lines for request, response, method and url. I'd prefer having a single log line, like: RESPONSE: 200 OK FROM GET <URL> Is there a way to configure the logging plugin so I could achieve that?
a
You can either write a custom interceptor to make logging in a desired format or use this workaround.