Hi, when using `install(Logging)` how can we log ...
# ktor
b
Hi, when using
install(Logging)
how can we log request and response body
i
Copy code
install(Logging) {
    level = LogLevel.ALL
}
b
@Igor Kolomiets thank