mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
logs: drop retries debug from gh wrapper
This commit is contained in:
parent
f0e53028b0
commit
c13c49863e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ async function get(path, options, retries = 5) {
|
|||
logger.trace({ path }, 'Returning cached result');
|
||||
return cache[path];
|
||||
}
|
||||
logger.debug(`${method.toUpperCase()} ${path} [retries=${retries}]`);
|
||||
logger.debug(`${method.toUpperCase()} ${path}`);
|
||||
try {
|
||||
if (appMode) {
|
||||
const appAccept = 'application/vnd.github.machine-man-preview+json';
|
||||
|
|
Loading…
Reference in a new issue