diff --git a/lib/platform/github/gh-got-wrapper.js b/lib/platform/github/gh-got-wrapper.js index 85a43f74b0af884e12347f06d9fe12e2206bcd0a..307dc0a5090e1925eee3179a72fa0f601be30e7b 100644 --- a/lib/platform/github/gh-got-wrapper.js +++ b/lib/platform/github/gh-got-wrapper.js @@ -80,7 +80,12 @@ async function get(path, opts, retries = 5) { err.message.startsWith('You have triggered an abuse detection mechanism') ) { logger.info( - { statusCode: err.statusCode, message: err.message }, + { + headers: err.headers, + path, + statusCode: err.statusCode, + message: err.message, + }, `Retrying request` );