Skip to content
Snippets Groups Projects
Unverified Commit 2925cd8b authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

chore: reorder Repository finished logs (#17715)

parent 577cd4c3
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,8 @@ export async function renovateRepository(
const splits = getSplits();
logger.debug(splits, 'Repository timing splits (milliseconds)');
printRequestStats();
logger.info({ durationMs: splits.total }, 'Repository finished');
printDnsStats();
clearDnsCache();
logger.info({ durationMs: splits.total }, 'Repository finished');
return repoResult;
}
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