Skip to content

Instantly share code, notes, and snippets.

@sandipchitale
Last active August 17, 2023 23:06
Show Gist options
  • Save sandipchitale/7f3113c1500b45644f92b0b62fbc4331 to your computer and use it in GitHub Desktop.
Save sandipchitale/7f3113c1500b45644f92b0b62fbc4331 to your computer and use it in GitHub Desktop.
httpclient5 logging #httpclient5 #logging
logging:
level:
root: WARN
'[org.springframework.web]': TRACE
'[org.springframework.http]': TRACE
'[org.apache.http]': TRACE
'[org.apache.hc.client5.http]': TRACE
'[org.apache.http.wire]': DEBUG
logging:
level:
org:
apache:
hc:
client5:
http:
wire: DEBUG
implementation 'org.apache.httpcomponents.client5:httpclient5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment