```install(CallLogging) { filter { call -> ...
# ktor
n
Copy code
install(CallLogging) {
    filter { call -> call.response.status() == HttpStatusCode.OK }
}