mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
logs: trace cached datasource response
This commit is contained in:
parent
c03c5db105
commit
ea28c6a4a8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ async function getRegistryReleases(
|
|||
);
|
||||
// istanbul ignore if
|
||||
if (cachedResult) {
|
||||
logger.debug({ cacheKey }, 'Returning cached datasource response');
|
||||
logger.trace({ cacheKey }, 'Returning cached datasource response');
|
||||
return cachedResult;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue