We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3ad4c commit 454c6c7Copy full SHA for 454c6c7
komga/src/main/kotlin/org/gotson/komga/infrastructure/kobo/KoboProxy.kt
@@ -120,6 +120,7 @@ class KoboProxy(
120
}.apply { if (body != null) body(body) }
121
.retrieve()
122
.onStatus(HttpStatusCode::isError) { _, response ->
123
+ logger.debug { "Kobo response: $response" }
124
throw ResponseStatusException(response.statusCode, response.statusText)
125
}.toEntity<JsonNode>()
126
0 commit comments