-
All HTTP requests and responses are logging to stdout. That's helpful for debugging, but not for production. Is there a way to turn off this logging? Is it something I need to do in ktor-client or slf4j? build.gradle dependencies { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @wholybee, yes you can configure it using |
Beta Was this translation helpful? Give feedback.
Hello @wholybee, yes you can configure it using
LoggingConfig
.