Skip to content

Commit

Permalink
Enable HTTP client wiretap for debugging
Browse files Browse the repository at this point in the history
#deploy-proxy-yrkesskade

Added the wiretap configuration to the HTTP client section in the application.yml. This aids in capturing the raw HTTP communication, which is useful for debugging purposes.
  • Loading branch information
krharum committed Oct 8, 2024
1 parent cd29a16 commit 05e3c2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spring:
gateway:
httpclient:
response-timeout: 30s
wiretap: true
vault:
enabled: false

Expand Down

0 comments on commit 05e3c2e

Please sign in to comment.