Skip to content

Commit

Permalink
Better debug logs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Jul 24, 2024
1 parent c92fca7 commit a86cf5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private[publishwithheaders] final class WithHeadersURLHandler(
)
)

logDebug(s"Request: $request")
logDebug(s"Request: ${request.toCurl(Set("Authorization"))}")

val response = client.send(request)

Expand Down

0 comments on commit a86cf5a

Please sign in to comment.