logs: trace cached datasource response

This commit is contained in:
Rhys Arkins 2021-11-19 14:22:35 +01:00
parent c03c5db105
commit ea28c6a4a8

View file

@ -63,7 +63,7 @@ async function getRegistryReleases(
); );
// istanbul ignore if // istanbul ignore if
if (cachedResult) { if (cachedResult) {
logger.debug({ cacheKey }, 'Returning cached datasource response'); logger.trace({ cacheKey }, 'Returning cached datasource response');
return cachedResult; return cachedResult;
} }
} }