Skip to content

Commit

Permalink
Wave client logs improvement [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Aug 21, 2024
1 parent 9786799 commit 5a37e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class WaveClient {
throw new UnauthorizedException("Unauthorized [401] - Verify you have provided a valid access token")
}
else
throw new BadResponseException("Wave invalid response: [${resp.statusCode()}] ${resp.body()}")
throw new BadResponseException("Wave invalid response: POST ${uri} [${resp.statusCode()}] ${resp.body()}")
}
catch (IOException e) {
throw new IllegalStateException("Unable to connect Wave service: $endpoint")
Expand Down

0 comments on commit 5a37e61

Please sign in to comment.