Description
Right now it's pretty hard to debug curl failures from puller/fetcher: even with verbose logging turned on, we only see `curl` failed but no additional information.
We should at least log the URL we send to curl. Ideally, we should also log all other options exception any Auth headers (maybe indicating which auth header used).
Attachments
Issue Links
- is duplicated by
-
MESOS-7221 Container image fetcher: log URL when invoking curl
- Resolved