mirror of
https://github.com/helm/helm.git
synced 2026-05-04 17:26:40 -04:00
When running 'helm pull --debug', no debug output was printed because the HTTP getter did not emit any slog.Debug messages. This adds slog.Debug calls to log the URL being fetched and the response status when debug-level logging is enabled. Fixes helm/helm#31098 Signed-off-by: Cairon <cairon-ab@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| doc.go | ||
| getter.go | ||
| getter_test.go | ||
| httpgetter.go | ||
| httpgetter_test.go | ||
| ocigetter.go | ||
| ocigetter_test.go | ||
| plugingetter.go | ||
| plugingetter_test.go | ||