Skip to content
Snippets Groups Projects
Unverified Commit 1f22ed2a authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: downgrade cached etag log to trace

parent 48e37930
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ export async function getDependency(
try {
const options: HttpOptions = {};
if (cachedResult?.cacheData?.etag) {
logger.debug('Using cached etag');
logger.trace({ packageName }, 'Using cached etag');
options.headers = { 'If-None-Match': cachedResult.cacheData.etag };
}
const raw = await http.getJson<NpmResponse>(packageUrl, options);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment