Hi, Is it posible to override httpclient logging f...
# ktor
a
Hi, Is it posible to override httpclient logging for a certain request?
a
Do you mean to override the configuration for specific requests? If so, which configuration?
a
Logging level
a
Unfortunately, no.
a
In order to do that. Should I create other httpClient instance with Logging Plugin changed?
a
Yes. That would solve your problem