mirror of
https://github.com/distribution/distribution.git
synced 2026-01-14 04:22:51 +00:00
The log message "Challenge established with upstream" was using an incorrect format specifier (%s) when logging the challenge structs, causing garbled output. This commit updates the format specifier to %+v and removes the unnecessary challenge manager log. URLs are now Redacted() to prevent leaking credentials. Fixes: #4697 Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Signed-off-by: Sumedh Vats <sumedhvats2004@gmail.com>