diff --git a/komga/src/main/kotlin/org/gotson/komga/infrastructure/kobo/KoboProxy.kt b/komga/src/main/kotlin/org/gotson/komga/infrastructure/kobo/KoboProxy.kt index 2a35c9116..70ea3080c 100644 --- a/komga/src/main/kotlin/org/gotson/komga/infrastructure/kobo/KoboProxy.kt +++ b/komga/src/main/kotlin/org/gotson/komga/infrastructure/kobo/KoboProxy.kt @@ -120,6 +120,7 @@ class KoboProxy( }.apply { if (body != null) body(body) } .retrieve() .onStatus(HttpStatusCode::isError) { _, response -> + logger.debug { "Kobo response: $response" } throw ResponseStatusException(response.statusCode, response.statusText) }.toEntity()