mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
logs: trace npm auth
This commit is contained in:
parent
cbc29acb61
commit
73db5416c9
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ async function getDependency(name, maxRetries = 5) {
|
||||||
authInfo.type = 'Basic';
|
authInfo.type = 'Basic';
|
||||||
}
|
}
|
||||||
headers.authorization = `${authInfo.type} ${authInfo.token}`;
|
headers.authorization = `${authInfo.type} ${authInfo.token}`;
|
||||||
logger.debug(
|
logger.trace(
|
||||||
{ token: maskToken(authInfo.token), npmName: name },
|
{ token: maskToken(authInfo.token), npmName: name },
|
||||||
'Using auth for npm lookup'
|
'Using auth for npm lookup'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue