mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 15:36:25 +00:00
logs: info only for git raw refs lookup
This commit is contained in:
parent
e834f2b826
commit
9f978d75bd
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export async function getRawRefs({
|
|||
await globalCache.set(cacheNamespace, lookupName, refs, cacheMinutes);
|
||||
return refs;
|
||||
} catch (err) {
|
||||
logger.error({ err }, `Git-Raw-Refs lookup error in ${lookupName}`);
|
||||
logger.info({ err }, `Git-Raw-Refs lookup error in ${lookupName}`);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue