mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 16:46: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);
|
await globalCache.set(cacheNamespace, lookupName, refs, cacheMinutes);
|
||||||
return refs;
|
return refs;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.error({ err }, `Git-Raw-Refs lookup error in ${lookupName}`);
|
logger.info({ err }, `Git-Raw-Refs lookup error in ${lookupName}`);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue