Last active
August 17, 2023 23:06
-
-
Save sandipchitale/7f3113c1500b45644f92b0b62fbc4331 to your computer and use it in GitHub Desktop.
httpclient5 logging #httpclient5 #logging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
implementation 'org.apache.httpcomponents.client5:httpclient5' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment