Is your feature request related to a problem? Please describe.
When uplink retries a request there is no log message. I have to enable all loging for requests.packages.urllib3. but this enables all http requests to log and I have to investigate when request are made and what http code they have. A situation become terrible when there other code that make requests not uplink one.
Describe the solution you'd like
Add logging mechanism that will output (may be some condition for on/off) that request is goging to retry
Is your feature request related to a problem? Please describe.
When uplink retries a request there is no log message. I have to enable all loging for
requests.packages.urllib3. but this enables all http requests to log and I have to investigate when request are made and what http code they have. A situation become terrible when there other code that make requests not uplink one.Describe the solution you'd like
Add logging mechanism that will output (may be some condition for on/off) that request is goging to retry