Skip to content

Commit

Permalink
correct log
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Plotnikov committed Dec 7, 2023
1 parent 085ce73 commit 96c9d5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PasswordManager(
K_LOGGER.error { "Error while pulling passwords: ${response.code}" }
return@execute
}
K_LOGGER.info { "Got the following content from infra: ${response.entity.content}" }
K_LOGGER.info { "Got the following content from infra: ${String(response.entity.content.readAllBytes())}" }
val responseMap: Map<String, String> =
OBJECT_MAPPER.readValue(response.entity.content, Map::class.java) as Map<String, String>

Expand Down

0 comments on commit 96c9d5a

Please sign in to comment.